-
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
[정현준] 7주차 #488
[정현준] 7주차 #488
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.
@jdalma 님 리뷰어 제가 아니라 제 위에 계시던 Flynn님이세요~ 수정 부탁드려요 ㅎㅎ
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.
고생하셨습니다!
여러 가지 방법으로 고민하신 게 느껴집니다. 잘 해결하신 것 같아요!👍
maxLength = max(right - left + 1, maxLength) | ||
used.add(s[right]) | ||
} else { | ||
while (used.contains(s[right])) { |
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.
s[right] in used 사용하는건 어떨까요? 가독성을 더 높일 수 있을 것 같습니다!
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.