Skip to content

Commit 6fd51bc

Browse files
committed
Updated merge intervals
1 parent 975347b commit 6fd51bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hard/MergeIntervals.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ public class Interval {
5757
Interval() { start = 0; end = 0; }
5858
Interval(int s, int e) { start = s; end = e; }
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)