Queue Using Linked List
Queue is an abstract data structure, somewhat similar to Stacks. Unlike stacks, a queue is open at both its ends. One end is always used to insert data(enqueue) and other end is used to remove data(dequeue)
Queue follows FIFO(First In First OUT) methedology
Developer: Anirudh TP
Licence: OpenSource
Platform/Language: C
DownloadLicence: OpenSource
Platform/Language: C