Skip to content

Commit 3ab1b9f

Browse files
authored
Update 0136-single-number.md
1 parent 5e129b5 commit 3ab1b9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsa-solutions/lc-solutions/0100-0199/0136-single-number.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Output: 1
4040

4141
### Constraints
4242

43-
- $1 <= nums.length <= 3 * 10^4$
44-
- $-3 * 10^4 <= nums[i] <= 3 _ 10^4$
43+
- $1 \leq nums.length \leq 3 * 10^4$
44+
- $-3 \times 10^4 \leq nums[i] \leq 3 \times 10^4$
4545
- Each element in the array appears twice except for one element which appears only once.
4646

4747
---

0 commit comments

Comments
 (0)