Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhranpara/bus-booking-system
I have developed a console based Bus Booking System as a term assignment of Data Structures and Algorithm. This project can help you to understand the working of doubly circular linked list.
https://github.com/shubhranpara/bus-booking-system
c double-circular-list dsa menu-driven-program
Last synced: 2 days ago
JSON representation
I have developed a console based Bus Booking System as a term assignment of Data Structures and Algorithm. This project can help you to understand the working of doubly circular linked list.
- Host: GitHub
- URL: https://github.com/shubhranpara/bus-booking-system
- Owner: ShubhRanpara
- License: mit
- Created: 2024-07-20T08:17:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T08:29:43.000Z (6 months ago)
- Last Synced: 2024-11-09T02:52:26.886Z (about 2 months ago)
- Topics: c, double-circular-list, dsa, menu-driven-program
- Language: C
- Homepage:
- Size: 279 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bus Booking System
This is a Console based C project that helps to understand the logic behind an Bus Booking System. The system uses doubly circular linked list to track the status of the bus seats reservation.
## Follow the below instructions to run the application
### Installation
1. Clone the repository files.
2. Then compile and run the "DSA.c" file.
3. Try out and test different scenarios.
4. This project was very useful to understand a concept of DSA, which is doubly circular linked list.
5. We also used C library "conio.h" to decorate the console.