Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/praabindhp/heap-priority_queue

C Program For Heap Priority Queue
https://github.com/praabindhp/heap-priority_queue

c-programming-language code heap priority-queue

Last synced: 9 days ago
JSON representation

C Program For Heap Priority Queue

Awesome Lists containing this project

README

        

# Heap-Priority_Queue
C Program For Heap Priority Queue

C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions.

This Is A C-Program To Illustrate The Operations Done In A Heap Priority Queue

The Operations Illustrated :

1. Insert

2. Deletion

3. Display

4. Exit

The User Will Be Prompted To :

1. Enter Selection

2. Enter The Element

3. Enter The Element To Be Deleted

4. Enter The Priority Of The Element

The GCC File Also Have Been Pushed.