Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 647 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 647 Bytes

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.