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 26f7ac4 commit 831cfa4Copy full SHA for 831cfa4
combination-sum/heozeop.cpp
@@ -1,4 +1,4 @@
1
-// Time Complexity: O(n)
+// Time Complexity: O(n^2)
2
// Spatial Complexity: O(n);
3
4
class Solution {
0 commit comments