🌳 Implementation of the Binary Search Tree data structure (C++ Uni Assignment)
- 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
Start with an empty tree.
Add some values.
Choose an option from the menu.
You can change the tree by adding or deleting values.