forked from pavramas/DataVisualizer-JAVA
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Stack and Queue, when selected, have some pointers displayed in the display area even when the data structure is empty. This gives a nice visual representation of the empty data structure. Tree and Heap, however, have nothing displayed if the data structure is empty. It will be good to have a root pointer pointing to the top of the tree (and point to nothing if the data structure is empty) to have a more consistent visual representation.
Reactions are currently unavailable