Skip to content

troublemkerrr/VisualTree

Repository files navigation

VisualTree - a visualized tool

It's used for

  • create a binary tree
  • demonstrate the traversal process of the binary tree

So how to use it?

  • 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. image

  • Select a traversal method before seeing the traversal process. image

  • The tool provides four traversal modes, namely pre-order, in-order, post-order and morris-order.Here only displays pre-order and morris-order. image image

  • The tool has two slidepages. image image image

Where can I get it?

for windows: https://github.com/troublemkerrr/VisualTree/releases/download/V1.0.0/VirtualTree1.0.0.zip

About

A visualized tool to create a binary tree

Resources

Stars

Watchers

Forks

Packages

No packages published