Skip to content

One of my project for Data Structure in 2nd Semester. A simple crud taxi app implements 3 data structure concepts, such as : Linked list, Queue, Stack

Notifications You must be signed in to change notification settings

Louis3112/crud_taxi_datastruct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

‼️ Data Structure Project for 2nd Semester ‼️

🚕 crud_taxi_datastruct 🚕

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 :

  1. Linked list (for access data driver/supir)
  2. Queue (for order queues)
  3. 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

▶️ Installation and Usage

To install this project, please proceed these steps:

  1. Clone the repository: git clone https://github.com/Louis3112/crud_taxi_datastruct
  2. Navigate to the project directory: cd crud_taxi_datastruct
  3. Compile the project: g++ -o crud_taxi_datastruct crud_taxi_datastruct.cpp
  4. Run the project : ./crud_taxi_datastruct (or just simply run with your IDE)

👤 Contributing 👤

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:

  1. Fork the repository
  2. Create a new branch: git checkout -b your-branch-name
  3. Make your changes
  4. Commit your changes: git commit -m "your messages"
  5. Push your changes to your forked repository: git push origin your-branch-name
  6. Submit a pull request

📞 Contact 📞

If you have any questions or comments about this project, please contact me

About

One of my project for Data Structure in 2nd Semester. A simple crud taxi app implements 3 data structure concepts, such as : Linked list, Queue, Stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages