Skip to content

🌳 Implementation of the Binary Search Tree data structure

Notifications You must be signed in to change notification settings

cherryDevBomb/Binary-Search-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binary-Search-Tree

🌳 Implementation of the Binary Search Tree data structure (C++ Uni Assignment)

Features

  • insert/delete nodes
  • show a graphical representation of the binary tree
  • get preorder, inorder and postorder traversals
  • get tree properties like number of nodes, edges and height

Demo

Start with an empty tree.

Add some values.

Choose an option from the menu.

You can change the tree by adding or deleting values.

Releases

No releases published

Packages

No packages published