Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 299 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 299 Bytes

'Used Car Lot' Project

  • implements Binary Search Tree data structure that supports removal and deletion functinality

  • program that manages cars for a used-car dealership based on the specific: make, model, year, and price

  • utilizes InOrder Traversal, PreOrder Traversal, PostOrder Traversal