Binary-Search-Tree

Python code for the operations in BST.


Project maintained by A-geeky-man Hosted on GitHub Pages — Theme by mattgraham

Binary-Search-Tree

Python code for the operations in BST. Different operations performed are:

  1. insert()
  2. find_successor()
  3. delete()
  4. inorder()
  5. preorder()
  6. postorder()
  7. search()