Skip to content

Commit 1733a81

Browse files
author
jinbeom
committed
Fix Longest Increasing Subsequence Solution
1 parent ea9359f commit 1733a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

longest-increasing-subsequence/kayden.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 시간복잡도: O(N)
1+
# 시간복잡도: O(NlogN)
22
# 공간복잡도: O(N)
33
from bisect import bisect_left
44

0 commit comments

Comments
 (0)