Skip to content

Basic version of binary trees plotter with some examples of AVL, RB, B, Curevo trees.

Notifications You must be signed in to change notification settings

deGekata/BinaryTreePlotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryTreePlotter

С++ app that can plot binary trees

You can see similar data shonw in different trees

Every operation is parallel for all structures

You can add elements by buttons and delete elements by clicking on node

Here is examples of trees:

  • Red-Black tree alt text

  • Dekart tree (treap) alt text

  • AVL tree alt text

B-tree is implemented, but has no visualization

About

Basic version of binary trees plotter with some examples of AVL, RB, B, Curevo trees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published