AimplainLeo / TreeExplorer

QT Binary Trees editor with algorithms viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TreeExplorer

C++ QT Binary Trees editor with algorithms viewer

TreeExplorer is a simple application developed in C ++ and QT5 that allows you to quickly create binary trees and graphically view the behavior of the most used algorithms. It might be useful for students.

Note: Only Binary Trees and Binary Search Trees are supported

The available algorithms are:

  • Height of the tree
  • DFS
  • BSF
  • Main algorithms on binary search trees.

Other functionalities:

  • Ability to save the tree from the editor in a reusable text file.
  • Ability to export resized image in PNG, JPG, BMP format
  • Fill nodes with random values
  • Generate random tree

Screenshoots:

BST BigTree

About

QT Binary Trees editor with algorithms viewer


Languages

Language:C++ 98.2%Language:CMake 1.8%