Skip to content

Commit be2b5a3

Browse files
refactor 539
1 parent 979e576 commit be2b5a3

File tree

1 file changed

+0
-14
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-14
lines changed

Diff for: src/main/java/com/fishercoder/solutions/_539.java

-14
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22

33
import java.util.List;
44

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-
*/
195
public class _539 {
206

217
public static class Soluiton1 {

0 commit comments

Comments
 (0)