- Insert -> To insert a new element
- IsEmpty -> To check if the tree is empty
- IsFull -> To check if the tree is full
- Traverse -> inorder (left -> root -> right) , preorder (root -> left -> right) , postorder (left -> right -> root)
-
Notifications
You must be signed in to change notification settings - Fork 0
HodaHisham27/binarytree_Implementation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published