Skip to content

Commit

Permalink
add end line break
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-young committed Sep 2, 2024
1 parent 9762c8e commit 9fa5118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion missing-number/kimyoung.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ var missingNumber = function (nums) { // mathematical approach
};

// time - O(n) reduce method on actualSum
// space - O(1) extra space irrelevant to input
// space - O(1) extra space irrelevant to input

0 comments on commit 9fa5118

Please sign in to comment.