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 f72995f commit 3e89242Copy full SHA for 3e89242
Exercise-54-Priority_queue_simple.py
@@ -1,4 +1,4 @@
1
-# Priority Queue is an extension of the queue with following properties.
+## 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.
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)
0 commit comments