Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youssef-saaed/easytrip-bus-company-project
The EasyTrip Bus Company's simulation project is designed to model the dynamics of passenger arrivals and bus operations, utilizing various data structures for flexibility and efficiency. It allows for scenario customization through data file inputs and generates a comprehensive log of activities in an output file.
https://github.com/youssef-saaed/easytrip-bus-company-project
arraylist data-structures heap priority-queue queue simulation system-design
Last synced: 4 days ago
JSON representation
The EasyTrip Bus Company's simulation project is designed to model the dynamics of passenger arrivals and bus operations, utilizing various data structures for flexibility and efficiency. It allows for scenario customization through data file inputs and generates a comprehensive log of activities in an output file.
- Host: GitHub
- URL: https://github.com/youssef-saaed/easytrip-bus-company-project
- Owner: youssef-saaed
- Created: 2023-12-01T07:33:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-01T20:09:33.000Z (8 months ago)
- Last Synced: 2024-08-09T15:33:13.442Z (6 months ago)
- Topics: arraylist, data-structures, heap, priority-queue, queue, simulation, system-design
- Language: C++
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyTrip Bus Company Simulation
## Project Overview
This project is a simulation of the EasyTrip Bus Company's operations. It is designed to model the company's passenger arrivals, and bus movements. The simulation uses various data structures (Array List, Linked Chain Queue, Priority Queue, Heap, etc...) and algorithms to efficiently manage and process the data.
The project is divided into several components, each represented by a set of files. These components include the simulation of bus movements, passenger arrivals, and the overall operation of the bus company. The project also includes various utility files and data files that provide additional functionality and data for the simulation.
The simulation is designed to be flexible and can be configured to simulate different scenarios. This is done by adjusting the parameters in the data files. The output of the simulation is written to an output file, which provides a detailed log of the simulation.
## License
This project is licensed under the MIT License. See the LICENSE file for details.