Skip to content

arojan-001/BST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BST

Binary Search Tree (BST) Let's consider a simplified example of using a Binary Search Tree (BST) to manage a collection of contacts in a phonebook. In this example, a Phonebook class uses a BST to manage contacts. You can add contacts, search for contacts by name, and display contacts in alphabetical order based on their names. This example demonstrates how a BST can be used for a simple organizational structure like a phonebook. BST

About

Binary Search Tree (BST)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages