We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06495a commit c185115Copy full SHA for c185115
merge-intervals/Chapse57.py
@@ -12,4 +12,5 @@ def merge(self, intervals: List[List[int]]) -> List[List[int]]:
12
else:
13
output.append([start, end])
14
return output
15
-
+ /n
16
+
0 commit comments