项目作者: exsandebest

项目描述 :
AVL Tree, RedBlack Tree, Splay Tree with Qt interface
高级语言: C++
项目地址: git://github.com/exsandebest/Trees.git
创建时间: 2019-12-05T18:00:47Z
项目社区:https://github.com/exsandebest/Trees

开源协议:MIT License

下载


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