-
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
[codyman0] Week 01 Solutions #330
Conversation
contains-duplicate/codyman0.py
Outdated
return False | ||
if sortedArray[i] == sortedArray[i + 1] : | ||
return True | ||
return False |
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.
추가 문제풀이에 앞서 라인브레이크 설정 부탁드립니다! 보시면 현재 파일 맨 아래 빨간색 원 표시가 보이실거예요! 해당부분 수정 및 남은 4문제는 추가해서 커밋 부탁드리겠습니다 😄
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.
넵!
스터디 1기 때 보면 전주에 못 푸신 문제까지 다음 주에 모두 다 푸시려고 무리하시다가 오히려 포기하게 되시는 분들이 많았습니다. 그냥 2주차에는 새로운 문제에 집중하는 것도 나쁘지 않을 것 같습니다 :) |
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.
v2.1.0 릴리즈 시점에 이 PR은 병합 준비가 안 되서 포함시키지 못했습니다. ㅠㅠ 그룹 스터디의 일정 관리를 위해서 이번 주 부터는 기한에 맞춰서 꼭 PR 병합 좀 부탁드리겠습니다.
@CodyMan0 님, 혹시 PR을 오픈 상태로 두시는 이유가 있으신가요? linelint 이슈도 없고 병합하셔도 될 것 같은데요? |
네 병합하겠습니다!
2024년 8월 22일 (목) 오전 8:30, Dale Seo ***@***.***>님이 작성:
… @CodyMan0 <https://github.com/CodyMan0> 님, 혹시 PR을 오픈 상태로 두시는 이유가 있으신가요?
linelint 이슈도 없고 병합하셔도 될 것 같은데요?
—
Reply to this email directly, view it on GitHub
<#330 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWK3N7TODUD2OZ5CLE7PHI3ZSUPKTAVCNFSM6AAAAABMVDI5POVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBTGI4TCMJSGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
금주 1주차 문제는 2주차 주말에 따라가겠습니다.