Skip to content

HodaHisham27/binarytree_Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is tree implementation using linkedlist

functions:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published