Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Carcons/TreeExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

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