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 5ed954c commit b405179Copy full SHA for b405179
META6.json
@@ -5,7 +5,9 @@
5
"resources" : [ ],
6
"build-depends" : [ ],
7
"provides" : {
8
- "Algorithm::MinMaxHeap" : "lib/Algorithm/MinMaxHeap.pm6"
+ "Algorithm::MinMaxHeap::Comparable" : "lib/Algorithm/MinMaxHeap/Comparable.pm6",
9
+ "Algorithm::MinMaxHeap" : "lib/Algorithm/MinMaxHeap.pm6",
10
+ "Algorithm::MinMaxHeap::CmpOperator" : "lib/Algorithm/MinMaxHeap/CmpOperator.pm6"
11
},
12
"depends" : [ ],
13
"description" : "double ended priority queue",
0 commit comments