We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa44900 commit c0af92eCopy full SHA for c0af92e
1 file changed
README.md
@@ -13,10 +13,10 @@
13
14
## DESCRIPTION
15
16
-Priority queue with array based heap.
+PQueue is a priority queue with array based heap.
17
18
A priority queue is like a standard queue, except that each inserted
19
-elements is given a certain priority, based on the result of the
+element is given a certain priority, based on the result of the
20
comparison block given at instantiation time. Also, retrieving an element
21
from the queue will always return the one with the highest priority
22
(see #pop and #top).
0 commit comments