-
-
Notifications
You must be signed in to change notification settings - Fork 247
[yhkee0404] WEEK 05 solutions #1853
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
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.
다양한 언어로 문제를 접근하셔서 여러가지 언어들에 대해 알 수 있었습니다.
1주차 수고하셨습니다!
} | ||
return ans; | ||
} | ||
} |
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.
stream으로 푸셨는데 자바에서 stream을 사용하면 속도가 늦어진다고 알고있는데 통과 시간이 어떻게 되었나요?
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.
Lintcode에 가입하지 않아서 제출은 못해보고 개인적으로 샘플 테스트만 해봤는데 혹시 가능하시면 비교 부탁드립니다.
다만 Stream을 사용하면 속도가 느려진다는 것은 편견이라고 생각합니다.
특히 ParallelStream을 사용해서 잘 지원되면 더 빠를 수도 있어요. 느린 경우 지원이 빈약한 것이겠죠.
한편 Effective Java에서 사용상의 주의사항은 봤습니다.
그리고 Java API 문서를 다시 보니 Collectors.joining()
도 써보지 않은 것이 후회되네요. 알려 주셔서 감사합니다!
답안 제출 문제
작성자 체크 리스트
In Review
로 설정해주세요.검토자 체크 리스트
Important
본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!