Skip to content

Commit 831cfa4

Browse files
authored
Update heozeop.cpp
1 parent 26f7ac4 commit 831cfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

combination-sum/heozeop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Time Complexity: O(n)
1+
// Time Complexity: O(n^2)
22
// Spatial Complexity: O(n);
33

44
class Solution {

0 commit comments

Comments
 (0)