SkillAgentSearch skills...

VisualTree

A visualized tool to create a binary tree

Install / Use

/learn @troublemkerrr/VisualTree
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

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

Related Skills

View on GitHub
GitHub Stars33
CategoryDevelopment
Updated2mo ago
Forks6

Languages

C++

Security Score

75/100

Audited on Jan 7, 2026

No findings