Problems / Two Pointers / Container With Most Water
#13 Medium Time O(n) Space O(1) Animated

Container With Most Water

Find two lines that together with the x-axis forms a container with maximum water.

LeetCode ↗
Approach: Two Pointers (Greedy)
Click play to start
Step 0 / 0
Press play to start the visualization.

Steps