Skip to content

implementation of a binary search tree program and deletion to organize cars

Notifications You must be signed in to change notification settings

sarahllew/used-car-lot-lab09

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

'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

Releases

No releases published

Packages

No packages published

Languages