Skip to content

Commit 6dff871

Browse files
committed
quick fix - add space on last line
1 parent 4e17a73 commit 6dff871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product-of-array-except-self/kimyoung.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ var productExceptSelf = function (nums) {
1515
};
1616

1717
// 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
18+
// space - O(1) result array not part of space complexity

0 commit comments

Comments
 (0)