Skip to content

[bhyun-kim, 김병현] Week 11 Solutions #175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 17, 2024
Merged

Conversation

bhyun-kim
Copy link
Contributor

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.

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

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

@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