Skip to content

It can be viewed as a half dequeue where insertion and deletion are possible from the same end. OperatiONS performed are 1. PUSH for insertion based on priority. 2. POP to delete the highest priority element 3. To print the queue.

Notifications You must be signed in to change notification settings

CO18347/Priority-Queue-Implementation-Using-Single-Linked-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Priority-Queue-Implementation-Using-Single-Linked-List

It can be viewed as a half dequeue where insertion and deletion are possible from the same end. Operations performed are 1. PUSH for insertion based on priority. 2. POP to delete the highest priority element 3. To print the queue.

About

It can be viewed as a half dequeue where insertion and deletion are possible from the same end. OperatiONS performed are 1. PUSH for insertion based on priority. 2. POP to delete the highest priority element 3. To print the queue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages