Skip to content

Commit a8d1c72

Browse files
committed
2 parents 545b67d + 3f6db56 commit a8d1c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Interview Prep/section18_Tries/HeapGeneric.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class HeapGeneric<T extends Comparable<T>> {
77
ArrayList<T> data;
88
boolean isMin;
99

10-
HeapGeneric() {
10+
public HeapGeneric() {
1111
this(false);
1212
}
1313

0 commit comments

Comments
 (0)