Skip to content

Commit 792514e

Browse files
committed
Time: 1821 ms (64.62%), Space: 17.7 MB (20.94%) - LeetHub
1 parent 042c92d commit 792514e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

0300-longest-increasing-subsequence/0300-longest-increasing-subsequence.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# time complexity: O(n^2)
2+
# space complexity: O(1)
13
from typing import List
24

35

0 commit comments

Comments
 (0)