Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 710 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 710 Bytes

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