Think in Patterns #2 — Converging Search
You are given an array height, where each element is a vertical line. Pick two of them. Together with the x-axis, they form a container. Return the most water it can hold.
Your first instinct is to t
bswebdev.hashnode.dev7 min read