Skip to content

Commit ac8cd53

Browse files
committed
#217: description update
1 parent 6ed5668 commit ac8cd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c-sharp/Problems/arrays-and-hashing/ContainsDuplicate.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* Output: true
2020
*
2121
* Constraints:
22-
* 1 <= nums.length <= 105
23-
* -109 <= nums[i] <= 109
22+
* 1 <= nums.length <= 10^5
23+
* -10^9 <= nums[i] <= 10^9
2424
**
2525
* https://leetcode.com/problems/contains-duplicate/
2626
***/

0 commit comments

Comments
 (0)