Skip to content

Conversation

jdalma
Copy link
Member

@jdalma jdalma commented Sep 1, 2024

답안 제출 문제

체크 리스트

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

@jdalma jdalma requested a review from heozeop September 1, 2024 12:21
@jdalma jdalma requested a review from a team as a code owner September 1, 2024 12:21
@github-actions github-actions bot added the kotlin label Sep 1, 2024
Comment on lines +46 to +50
var length = 1
while (numberSet.contains(number + length)) {
length++
}
maxLength = max(maxLength, length)
Copy link
Contributor

Choose a reason for hiding this comment

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

오! 이렇게 접근하는 방법이 있군요!

Copy link
Member Author

Choose a reason for hiding this comment

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

달래님 풀이를 참고했습니다 ㅎㅎ

Copy link
Member

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

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

image

@jdalma jdalma merged commit bde1ed2 into DaleStudy:main Sep 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

3 participants