Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/praabindhp/heap-priority_queue
- Owner: praabindhp
- Created: 2021-02-23T04:54:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T05:09:40.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T17:01:00.343Z (2 months ago)
- Topics: c-programming-language, code, heap, priority-queue
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heap-Priority_Queue
C Program For Heap Priority QueueC 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.