My project for Data Structure 2nd Semester. The project is a simple CRUD application to manage data drivers, manage order queues, and cars on garage.
The project implements various of data structure concepts, such as :
- Linked list (for access data driver/supir)
- Queue (for order queues)
- Stack (for access data car)
The project is developed using Functional programming, C++ language, runs on CLI, and requires only a minimal set of library to use (doesn't require installing any library from outside).
This is a simple project so don't expect anything from it
To install this project, please proceed these steps:
- Clone the repository:
git clone https://github.com/Louis3112/crud_taxi_datastruct
- Navigate to the project directory:
cd crud_taxi_datastruct
- Compile the project:
g++ -o crud_taxi_datastruct crud_taxi_datastruct.cpp
- Run the project :
./crud_taxi_datastruct
(or just simply run with your IDE)
If you'd like to contribute or upgrade the project, it would be my pleasure! 😄 (I would be surprise tho, i mean.. it's a simple project)
Here's how to to contribute:
- Fork the repository
- Create a new branch:
git checkout -b your-branch-name
- Make your changes
- Commit your changes:
git commit -m "your messages"
- Push your changes to your forked repository:
git push origin your-branch-name
- Submit a pull request
If you have any questions or comments about this project, please contact me