Skip to content

Conversation

yhkee0404
Copy link
Contributor

@yhkee0404 yhkee0404 commented Aug 23, 2025

답안 제출 문제

작성자 체크 리스트

  • Projects의 오른쪽 버튼(▼)을 눌러 확장한 뒤, Week를 현재 주차로 설정해주세요.
  • 문제를 모두 푸시면 프로젝트에서 StatusIn Review로 설정해주세요.
  • 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.

검토자 체크 리스트

Important

본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!

  • 바로 이전에 올라온 PR에 본인을 코드 리뷰어로 추가해주세요.
  • 본인이 검토해야하는 PR의 답안 코드에 피드백을 주세요.
  • 토요일 전까지 PR을 병합할 수 있도록 승인해주세요.

Copy link
Contributor

@sora0319 sora0319 left a comment

Choose a reason for hiding this comment

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

다양한 언어로 문제를 접근하셔서 여러가지 언어들에 대해 알 수 있었습니다.
1주차 수고하셨습니다!

}
return ans;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

stream으로 푸셨는데 자바에서 stream을 사용하면 속도가 늦어진다고 알고있는데 통과 시간이 어떻게 되었나요?

Copy link
Contributor Author

@yhkee0404 yhkee0404 Aug 23, 2025

Choose a reason for hiding this comment

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

Lintcode에 가입하지 않아서 제출은 못해보고 개인적으로 샘플 테스트만 해봤는데 혹시 가능하시면 비교 부탁드립니다.
다만 Stream을 사용하면 속도가 느려진다는 것은 편견이라고 생각합니다.
특히 ParallelStream을 사용해서 잘 지원되면 더 빠를 수도 있어요. 느린 경우 지원이 빈약한 것이겠죠.
한편 Effective Java에서 사용상의 주의사항은 봤습니다.
그리고 Java API 문서를 다시 보니 Collectors.joining()도 써보지 않은 것이 후회되네요. 알려 주셔서 감사합니다!

@yhkee0404 yhkee0404 merged commit 1eb94b9 into DaleStudy:main Aug 23, 2025
1 check passed
@github-project-automation github-project-automation bot moved this from In Review to Completed in 리트코드 스터디 5기 Aug 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

2 participants