Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 242 Bytes

File metadata and controls

4 lines (4 loc) · 242 Bytes

Binary Search Tree

This is an implementation of a binary search tree I wrote in grade 12. It reads through a text file for bank clients and sorts them into a tree. The user has the ability to add, remove, search, and display the clients.