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 ea9359f commit 1733a81Copy full SHA for 1733a81
longest-increasing-subsequence/kayden.py
@@ -1,4 +1,4 @@
1
-# 시간복잡도: O(N)
+# 시간복잡도: O(NlogN)
2
# 공간복잡도: O(N)
3
from bisect import bisect_left
4
0 commit comments