Skip to content

Used Concepts of data structures : Linked lists, stacks Queues, to build a basic Railway Reservation System in C Programming language.

Notifications You must be signed in to change notification settings

vishwassathish/Basic-Railway-Reservation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Basic-Railway-Reservation-System

Used Concepts of data structures : Linked lists, Queues, to build a basic Railway Reservation System in C Programming language.
If the reservation is full, prompt reservation full!! Put them in waiting list (queue) and give a waiting list number.
If a passenger wishes to cancel his ticket, he may cancel. Then the passenger in waiting list is booked automatically.
Display all the contents of reserved passengers.

About

Used Concepts of data structures : Linked lists, stacks Queues, to build a basic Railway Reservation System in C Programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages