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 4e17a73 commit 6dff871Copy full SHA for 6dff871
product-of-array-except-self/kimyoung.js
@@ -15,4 +15,4 @@ var productExceptSelf = function (nums) {
15
};
16
17
// time - O(n) iterate through the nums array twice - 2n, remove constant which ends up to be n
18
-// space - O(1) result array not part of space complexity
+// space - O(1) result array not part of space complexity
0 commit comments