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 598857e commit 4500272Copy full SHA for 4500272
non-overlapping-intervals/uraflower.js
@@ -22,5 +22,5 @@ const eraseOverlapIntervals = function(intervals) {
22
return count;
23
};
24
25
-// 시간복잡도: O(n)
+// 시간복잡도: O(n * log n)
26
// 공간복잡도: O(1)
0 commit comments