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 c185115 commit 7907479Copy full SHA for 7907479
merge-intervals/Chapse57.py
@@ -12,5 +12,7 @@ def merge(self, intervals: List[List[int]]) -> List[List[int]]:
12
else:
13
output.append([start, end])
14
return output
15
- /n
+
16
17
18
0 commit comments