Skip to content

A-geeky-man/Binary-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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()