Skip to content

Commit 081d8b1

Browse files
committed
Changes in priority queue using array
1 parent 8659b03 commit 081d8b1

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Queue/Priority Queue/main.c renamed to Queue/Priority Queue/Array/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <stdio.h>
22
#include <stdlib.h>
3-
3+
// imp : deletion will always done from the highest priority in fifo fashion
44
struct Queue{
55
int size;
66
int front;
File renamed without changes.
67.9 KB
Loading

0 commit comments

Comments
 (0)