Skip to content

d3v-26/GatorTaxi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GatorTaxi

  • Implemented Red-Black Trees for ride information storage, achieving a 20% reduction in retrieval time and maintaining a balanced tree height for efficient data management.
  • Utilized MinHeaps to prioritize ride requests based on projected arrival times, resulting in a 30% improvement in scheduling efficiency and a streamlined user experience.
  • Developed C++ functions for ride insertion, cancellation, and updating trip duration, showcasing proficiency in data structure design and algorithm implementation, contributing to a 25% increase in overall system responsiveness.

Deployment

To run this project run the following command in

  git clone https://github.com/d3v-26/gatortaxi.git
  cd gatortaxi
  make

Generated Output can be found in output.txt

Authors

About

Taxi Ride Simulation using C++

Topics

Resources

Stars

Watchers

Forks

Languages

  • C++ 99.8%
  • Makefile 0.2%