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 bff130f commit e52e8d3Copy full SHA for e52e8d3
SortedMap11.java
@@ -21,7 +21,7 @@ class srtMp implements Comparator<SortedMap11> {
21
22
@Override
23
public int compare(SortedMap11 o1, SortedMap11 o2) {
24
- return o1.a - o2.a;
+ return o1.a - o2.b;
25
}
26
27
0 commit comments