Skip to content

Conversation

nhistory
Copy link
Contributor

@nhistory nhistory commented Jun 3, 2024

  • container with most water

// Two pointer: left and right
// Amount of water: math.Min(height[left], height[right]) * (right-left)

// Eception case
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo : x가 빠졌네요 😭

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

헉 이런 실수를 ㅎㅎ 수정했습니다

@nhistory nhistory marked this pull request as ready for review June 7, 2024 14:56
Copy link
Member

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@DaleSeo DaleSeo merged commit 130c3df into DaleStudy:main Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants