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 ec1fa46 commit 190d7faCopy full SHA for 190d7fa
c-sharp/Problems/bit-manipulation/MissingNumber.cs
@@ -31,11 +31,12 @@
31
*
32
* Constraints:
33
* • n == nums.length
34
- * • 1 <= n <= 104
+ * • 1 <= n <= 10^4
35
* • 0 <= nums[i] <= n
36
* • All the numbers of nums are unique.
37
38
- * Follow up: Could you implement a solution using only O(1) extra space complexity and O(n) runtime complexity?
+ * Follow up:
39
+ * Could you implement a solution using only O(1) extra space complexity and O(n) runtime complexity?
40
**
41
* https://leetcode.com/problems/missing-number/
42
***/
0 commit comments