Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 195 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 195 Bytes

Binary-Tree

Python code for the operations in BTree. Different functions in the code are:

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