-
Notifications
You must be signed in to change notification settings - Fork 126
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
[JonghunLee] Week 1 #698
Conversation
저의 경우 파일명을 아래 분들도 저와 유사한 이슈 같아 보입니다! |
There was a problem hiding this 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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
중요하지 않은 사항입니다. 무시하셔도 좋습니다!
특별한 이유가 없으시다면 i
, j
혹은 start
, end
등으로 스타일을 맞춰주시는 편이 좀 더 보기 좋고, 나중에 혹시라도 면접관으로부터 공격(?)의 여지를 덜 주지 않을까 싶어서 의견 드립니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰해주셔서 감사합니다!
넵 알겠습니다ㅎㅎ 코드를 보고 명확 네이밍을 사용하도록 하겠습니다. 중요한 부분 같습니다.
답안 제출 문제
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.