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.
-
Clone the repository files.
-
Then compile and run the "DSA.c" file.
-
Try out and test different scenarios.
-
This project was very useful to understand a concept of DSA, which is doubly circular linked list.
-
We also used C library "conio.h" to decorate the console.