Skip to content

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.

License

Notifications You must be signed in to change notification settings

ShubhRanpara/Bus-Booking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages