Ishantgarg-web / DailyCodingProblems

Add problems/solutions/modified code/contribute- because this is PUBLIC for PUBLIC by PUBLIC
3 stars 9 forks source link

Java: Container with most water #41

Open adnan-sam opened 1 year ago

adnan-sam commented 1 year ago

I added one famous problem of Leetcode i.e. Container with most water and I've also added Brute Force + Optimal approach and wrote the complexities for both. This is my first HacktoberFest2022 contribution.