https://leetcode.com/problems/container-with-most-water/
Source
int maxArea(vector<int&...
https://leetcode.com/problems/search-in-rotated-sorted-array/
Source
int search(vector<...
https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/
Source
...
https://leetcode.com/problems/sum-of-root-to-leaf-binary-numbers/
Source
int sumRootToLeaf(...
https://leetcode.com/problems/search-insert-position/
Source
int searchInsert(vector<in...