Skip to content

AVL Tree, RedBlack Tree and Splay Tree visualization in Qt

License

Notifications You must be signed in to change notification settings

exsandebest/Trees

Repository files navigation

Trees

AVL Tree, RedBlack Tree, Splay Tree with Qt interface

Features

  • 3 Types of trees
  • Add/delete elements by value, clear tree
  • Test button with progress bar - adds 100 elements to the tree
  • Zoom
  • Converting one tree to another
  • Multiple input - values divided by spaces (e.g. 125 33 71 -2 ...)

Interface - examples

AVL Tree RedBlack Tree Splay Tree