ravya1108 / hactoberfest2023

20 stars 257 forks source link

conatiner with most water #150

Open pritam1309 opened 11 months ago

pritam1309 commented 11 months ago

You are given an integer array height of length n. There are n vertical lines drawn such that the two endpoints of the i th line are (i, 0) and (i, height[i]).

Find two lines that together with the x-axis form a container, such that the container contains the most water.