Skip to content

Conversation

sean424
Copy link
Contributor

@sean424 sean424 commented Jul 9, 2024

No description provided.

return num_pal

for i in range(len(s)):
num_pal_strs += expand_from_center(i, i)
Copy link
Contributor

Choose a reason for hiding this comment

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

병현님도 odd 와 even을 나눠서 계산하는 전략으로 하셨군요

10주차 코드 리뷰 할때 헬레나 님도 그렇게 하셨었어서 신기했었네요.
https://github.com/DaleStudy/leetcode-study/pull/167/files#r1667323986

요 전략은 다른 풀이를 참고를 하신건가요? 아니면 하다보니깐 나오신건가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

다른 풀이를 참고했습니다. 다른 방법으로 풀 수 있는지 한 번 고민해봐야할 것 같아요.

@sean424 sean424 marked this pull request as ready for review July 13, 2024 00:25
@sean424
Copy link
Contributor Author

sean424 commented Jul 15, 2024

@dev-jonghoonpark님 시간 되실 때 리뷰 마무리 부탁드립니다!

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.

종훈 님 바쁘신 것 같아서 제가 대신 승인해드립니당

@DaleSeo DaleSeo merged commit 658e0ac into DaleStudy:main Jul 17, 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