Skip to content

Commit 190d7fa

Browse files
committed
#268: description update
1 parent ec1fa46 commit 190d7fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

c-sharp/Problems/bit-manipulation/MissingNumber.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@
3131
*
3232
* Constraints:
3333
* • n == nums.length
34-
* • 1 <= n <= 104
34+
* • 1 <= n <= 10^4
3535
* • 0 <= nums[i] <= n
3636
* • All the numbers of nums are unique.
3737
*
38-
* Follow up: Could you implement a solution using only O(1) extra space complexity and O(n) runtime complexity?
38+
* Follow up:
39+
* Could you implement a solution using only O(1) extra space complexity and O(n) runtime complexity?
3940
**
4041
* https://leetcode.com/problems/missing-number/
4142
***/

0 commit comments

Comments
 (0)