sherigar / HacktoberFest-2023

Contribute to the open source Hacktoberfest
https://hacktoberfest.com
MIT License
23 stars 204 forks source link

added new solutions for container with most water #207

Closed Hareesh061 closed 11 months ago

Hareesh061 commented 11 months ago

Hi there,

Changes made in new branch called: MostWater-Container

I'm added new two solutions for the Container with most water questions.

  1. Recursive way
  2. Two-pointer approach

please visit my github link and verify the my task which is assigned by you #154. If any issue with code let me know.

github: https://github.com/Hareesh061/HacktoberFest-2023/tree/MostWater-Container