Skip to content
/ BST Public

Practice implementation of a binary search tree. Just like the linked list implementation, however the only difference is the data structure involved (BST vs Linked List).

Notifications You must be signed in to change notification settings

HansGam/BST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BST

Practice implementation of a binary search tree. Just like the linked list implementation, however the only difference is the data structure involved (BST vs Linked List).Customers are waiting in line for a restaurant, however they can bribe in order to get in over another person in line. If bribes are the same, then whoever had the bribe first will have priority, and everything bribe equal to it is rejected. Created April 2014 Finished April 2014

About

Practice implementation of a binary search tree. Just like the linked list implementation, however the only difference is the data structure involved (BST vs Linked List).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages