We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f995553 commit f72995fCopy full SHA for f72995f
Exercise-54-Priority_queue_simple.py
@@ -1,5 +1,5 @@
1
# Priority Queue is an extension of the queue with following properties.
2
-# 1) An element with high priority is dequeued before an element with low priority.
+## 1) An element with high priority is dequeued before an element with low priority.
3
## 2) If two elements have the same priority, they are served according to their order in the queue
4
## The delete operation has time complexity of O(n)
5
0 commit comments