Skip to content

Commit 1f003e2

Browse files
committed
복잡도 업데이트
1 parent d8d5ea4 commit 1f003e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

combination-sum/yuseok89.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# TC: O(NlogN)
2-
# SC: O(logN)
1+
# TC: O(K*N!)
2+
# SC: O(K)
33
class Solution:
44

55
def rec(self, cur, candi, combi, sum, target, ans):

0 commit comments

Comments
 (0)