Skip to content

Commit 22223a1

Browse files
authored
Improved task 11
1 parent cadae08 commit 22223a1

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g0001_0100/s0011_container_with_most_water

1 file changed

+1
-1
lines changed

src/main/java/g0001_0100/s0011_container_with_most_water/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Return _the maximum amount of water a container can store_.
3030

3131
* `n == height.length`
3232
* <code>2 <= n <= 10<sup>5</sup></code>
33-
* <code>0 <= height[i] <= 10<sup>4</sup></code
33+
* <code>0 <= height[i] <= 10<sup>4</sup></code>
3434

3535
To solve the Container With Most Water problem in Java using a `Solution` class, we'll follow these steps:
3636

0 commit comments

Comments
 (0)