Skip to content
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

[JonghunLee] Week 1 #698

Merged
merged 5 commits into from
Dec 15, 2024
Merged

[JonghunLee] Week 1 #698

merged 5 commits into from
Dec 15, 2024

Conversation

rivkode
Copy link
Member

@rivkode rivkode commented Dec 14, 2024

답안 제출 문제

답안 제출 문제

체크 리스트

  • PR을 프로젝트에 추가하고 Week를 현재 주차로 설정해주세요.
  • 바로 앞에 PR을 열어주신 분을 코드 검토자로 지정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 Status를 In Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

@rivkode rivkode requested a review from a team as a code owner December 14, 2024 02:17
@github-actions github-actions bot added the py label Dec 14, 2024
@rivkode rivkode requested a review from HerrineKim December 14, 2024 02:20
@rivkode
Copy link
Member Author

rivkode commented Dec 14, 2024

공지사항
image

filename 에러
image

저의 경우 파일명을 Discord 채널에 가입하신 계정의 별명 이라고 하여 JonghunLee로 하였으나, github username과 다르다 보니 에러가 발생한 것 같습니다 ㅎㅎ github username 으로 수정하여 해결하였습니다!

아래 분들도 저와 유사한 이슈 같아 보입니다!

Copy link
Contributor

@HC-kang HC-kang left a comment

Choose a reason for hiding this comment

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

@rivkode 님 고생하셨습니다!
풀이부터 복잡도 분석에 의견까지 훌륭하게 남겨주셔서 정말 좋네요!

앞으로도 이렇게 좋은 풀이를 많이 남겨주시길 바랍니다!


return True

def check_palindrome(self, i, end, joined_string) -> bool:
Copy link
Contributor

Choose a reason for hiding this comment

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

중요하지 않은 사항입니다. 무시하셔도 좋습니다!
특별한 이유가 없으시다면 i, j 혹은 start, end 등으로 스타일을 맞춰주시는 편이 좀 더 보기 좋고, 나중에 혹시라도 면접관으로부터 공격(?)의 여지를 덜 주지 않을까 싶어서 의견 드립니다!

Copy link
Member Author

Choose a reason for hiding this comment

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

리뷰해주셔서 감사합니다!

넵 알겠습니다ㅎㅎ 코드를 보고 명확 네이밍을 사용하도록 하겠습니다. 중요한 부분 같습니다.

@SamTheKorean SamTheKorean merged commit 1e9cacd into DaleStudy:main Dec 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

3 participants