sarahllew / used-car-lot-lab09

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'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

About

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


Languages

Language:Python 100.0%