https://github.com/gusinacio/data-structures
Implementation of various Data Structures in C++
https://github.com/gusinacio/data-structures
cpp data-structures linked-list
Last synced: 11 months ago
JSON representation
Implementation of various Data Structures in C++
- Host: GitHub
- URL: https://github.com/gusinacio/data-structures
- Owner: gusinacio
- Created: 2018-05-08T23:30:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T22:50:32.000Z (about 3 years ago)
- Last Synced: 2025-02-17T00:49:36.727Z (about 1 year ago)
- Topics: cpp, data-structures, linked-list
- Language: C++
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data-structures
A project that implements data structures and algorithms for vehicle and track management.
## Data Structures
- Linked List: Used to store vehicles and tracks in a queue-like structure.
- Linked Queue: Used to store vehicles in the order in which they will move through the tracks.
- Semaphore Algorithm: Used to regulate the flow of vehicles and ensure safe movement.
- Track Queue Algorithm: Used to manage the flow of vehicles through the tracks.