- create a binary tree
- demonstrate the traversal process of the binary tree
-
Click on an existing node once to select,then move your cursor untill it reaches a suitable position and click again.By doing this you can create a child node.In this way you can create a binary tree.
Each node of a binary tree has at most two children.The tool puts a limit on this.
The tool distinguishes the left child from the right child based on the relative position of the nodes.
-
Select a traversal method before seeing the traversal process.
-
The tool provides four traversal modes, namely pre-order, in-order, post-order and morris-order.Here only displays pre-order and morris-order.
for windows: https://github.com/troublemkerrr/VisualTree/releases/download/V1.0.0/VirtualTree1.0.0.zip