Data Structures using C Language / Heap Implementation Using Priority Queues c program

Program
Output
1. Insertion    2. Deletion   3. Display 4. Exit: 1
Enter the element to be inserted: 9
Enter Its Priority: 6
1. Insertion    2. Deletion   3. Display 4. Exit: 1
Enter the element to be inserted: 6
Enter Its Priority: 2
1. Insertion    2. Deletion   3. Display 4. Exit: 3

6 Priority =2
9 Priority =6



Home     Back