Skip to content

sanjeewa894/Binary-Search-Tree-with-String-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binary-Search-Tree-with-String-in-C

BST implementation to store string using c language

  1. Add an item (asks user for item)
  2. Find an item (asks user for item)
  3. Show two stats for our current tree: number of nodes and maximum depth
  4. Display tree after asking user to choose from pre, inorder or post order traversal
  5. Destroy the tree
  6. Destroy the tree and exit

About

BST implementation to store string using c language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages