Skip to content

Commit 40a2889

Browse files
committed
#1637: description update
1 parent 012b472 commit 40a2889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
*
2020
* Constraints:
2121
* • n == points.length
22-
* • 2 <= n <= 105
22+
* • 2 <= n <= 10^5
2323
* • points[i].length == 2
24-
* • 0 <= xi, yi <= 109
24+
* • 0 <= xi, yi <= 1^09
2525
*
2626
* Hint 1: Try sorting the points
2727
* Hint 2: Think is the y-axis of a point relevant

0 commit comments

Comments
 (0)