mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
Update File
A Demo Sample Test case added
This commit is contained in:
parent
2357e8bd69
commit
23df4b58d8
@ -1,4 +1,15 @@
|
||||
/* Ascending priority queue using Linked List - Program to implement Ascending priority queue using Linked List */
|
||||
/** Input State of Queue
|
||||
1
|
||||
2 2
|
||||
1
|
||||
3 2->3
|
||||
2 3
|
||||
3
|
||||
|
||||
Output
|
||||
2
|
||||
**/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user