-
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
[Flynn] Week13 #576
[Flynn] Week13 #576
Conversation
meeting-rooms/flynn.go
Outdated
if len(intervals) <= 1 { | ||
return true | ||
} |
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 이하면 for 문을 순회하지 않으니 조건이 없어도 될 것 같습니다!
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.
그렇네요 ㅎㅎ 감사합니다~!
@DaleSeo 첫 pr이라 리뷰어 지정할 분이 없어서 부득이하게 달레님으로 리뷰어 지정하였습니다 :) |
@obzva 관행에 따라서 지난 주의 마지막 답안 제출자인 @mangodm-web 님을 리뷰어로 추가해드렸어용~ (참고 문서) |
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.
Go는 사용해본 적이 없는데,
코드를 깔끔하게 작성해주시고 주석도 넣어주신 덕분에 리뷰하기가 수월했던 것 같아요.
이번 한 주도 고생하셨습니다! 😃
아이고 리뷰하느라 수고하셨겠네요.. 감사합니다! 한 주 고생하셨습니다 :) |
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.