We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979e576 commit be2b5a3Copy full SHA for be2b5a3
src/main/java/com/fishercoder/solutions/_539.java
@@ -2,20 +2,6 @@
2
3
import java.util.List;
4
5
-/**
6
- * 539. Minimum Time Difference
7
- *
8
- * Given a list of 24-hour clock time points in "Hour:Minutes" format,
9
- * find the minimum minutes difference between any two time points in the list.
10
-
11
- Example 1:
12
- Input: ["23:59","00:00"]
13
- Output: 1
14
15
- Note:
16
- The number of time points in the given list is at least 2 and won't exceed 20000.
17
- The input time is legal and ranges from 00:00 to 23:59.
18
- */
19
public class _539 {
20
21
public static class Soluiton1 {
0 commit comments