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 cadae08 commit 22223a1Copy full SHA for 22223a1
src/main/java/g0001_0100/s0011_container_with_most_water/readme.md
@@ -30,7 +30,7 @@ Return _the maximum amount of water a container can store_.
30
31
* `n == height.length`
32
* <code>2 <= n <= 10<sup>5</sup></code>
33
-* <code>0 <= height[i] <= 10<sup>4</sup></code
+* <code>0 <= height[i] <= 10<sup>4</sup></code>
34
35
To solve the Container With Most Water problem in Java using a `Solution` class, we'll follow these steps:
36
0 commit comments