Skip to content

Commit 967efb0

Browse files
Update 0011-Container-with-most-water.md
1 parent 9e9903c commit 967efb0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dsa-solutions/lc-solutions/0000-0099/0011-Container-with-most-water.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,3 @@ class Solution:
163163
## Conclusion
164164

165165
The two-pointer approach is efficient for solving the Container With Most Water problem, allowing us to explore all possible containers by adjusting the pointers based on the heights of the lines, ensuring that we find the container with the maximum possible area.
166-
167-
168-
```

0 commit comments

Comments
 (0)