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 f5cfc08 commit e5d46b2Copy full SHA for e5d46b2
coin-change/kimyoung.js
@@ -21,4 +21,4 @@ var coinChange = function (coins, amount) {
21
};
22
23
// time - O(a * c) loops through amount * loops through coin
24
-// space - O(a) depends on the size of amount
+// space - O(a) depends on the size of amount
0 commit comments