modify code

master
algorithmzuo 4 years ago
parent 6a40465830
commit 35153ad3fb

@ -15,7 +15,7 @@ public class HeapGreater<T> {
private int heapSize;
private Comparator<? super T> comp;
public HeapGreater(Comparator<T> c) {
public HeapGreater(Comparator<? super T> c) {
heap = new ArrayList<>();
indexMap = new HashMap<>();
heapSize = 0;

Loading…
Cancel
Save