Skip to content

Commit ef2f0ce

Browse files
refactor 228
1 parent 98245ca commit ef2f0ce

File tree

1 file changed

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

1 file changed

+0
-7
lines changed

src/main/java/com/fishercoder/solutions/_228.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
import java.util.ArrayList;
44
import java.util.List;
55

6-
/**
7-
* 228. Summary Ranges
8-
*
9-
* Given a sorted integer array without duplicates, return the summary of its ranges.
10-
*
11-
* For example, given [0,1,2,4,5,7], return ["0->2","4->5","7"].
12-
*/
136
public class _228 {
147

158
public static class Solution1 {

0 commit comments

Comments
 (0)