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 b405179 commit 435b5fcCopy full SHA for 435b5fc
README.md
@@ -75,7 +75,7 @@ Returns a minimum value in the queue.
75
76
### is-empty() returns Bool:D
77
78
- while (not is-empty()) {
+ while (not $heap.is-empty()) {
79
// YOUR CODE
80
}
81
lib/Algorithm/MinMaxHeap.pm6
@@ -424,7 +424,7 @@ Returns a minimum value in the queue.
424
425
=head3 is-empty() returns Bool:D
426
427
428
429
430
0 commit comments