You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 1480 |[Running Sum of 1d Array](https://leetcode.com/problems/running-sum-of-1d-array/)|[Java](./Java/running-sum-of-1d-array.java)|_O(N)_|_O(N)_| Easy | Simple sum ||
126
126
| 42 |[Trapping Rain Water](https://leetcode.com/problems/trapping-rain-water/)|[Python](./Python/trapping_rain.py)|_O(N^2)_|_O(N)_| Hard | Array ||
127
-
| 11 |[Container with Most Water](https://leetcode.com/problems/container-with-most-water/)|[Python](./Python/container_with_most_water.py)|_O(N)_|_O(N)_| Medium | Array Two Pointers ||
127
+
| 11 |[Container with Most Water](https://leetcode.com/problems/container-with-most-water/)|[Python](./Python/container_with_most_water.py)<br> [C++](./C++/container-with-most-water.cpp)|_O(N)_|_O(N)_| Medium | Array Two Pointers ||
@@ -297,6 +297,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
297
297
| 015 |[3 Sum](https://leetcode.com/problems/3sum/)|[C++](./C++/3sum.cpp)|_O(N)_|_O(1)_| Medium | Two Pointer ||
298
298
| 021 |[Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/)|[C++](./C++/Longest-Mountain-in-Array.cpp)|_O(N)_|_O(1)_| Easy | Two Pointer ||
299
299
300
+
300
301
<br/>
301
302
<divalign="right">
302
303
<b><a href="#algorithms">⬆️ Back to Top</a></b>
@@ -515,6 +516,8 @@ DISCLAIMER: This above mentioned resources have affiliate links, which means if
515
516
| [Shrimadh V Rao](https://github.com/Shrimadh) <br> <imgsrc="https://avatars.githubusercontent.com/u/64469917?v=4"width="100"height="100"> | India | C++ | [GitHub](https://github.com/Shrimadh)
0 commit comments