This project is to build an efficient C program for any organisation/institutions/hotels/etc. for their accommodation centres. The whole project is done using the data structure of Linked List, precisely Doubly Linked List ; Both for the Entries of the people coming to the accommodation centre and the accommodation blocks.
Various functions for the manipulation and retreival of data are written, the most important operations on any database, i.e. Insertion, Deletion, Search, Sort are done for both (i.e. Entries of people and the accommodation blocks).