Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.