-
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
[KwonNayeon] Week 9 #982
[KwonNayeon] Week 9 #982
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.
시간 복잡도 제한에 맞추어 binary search 를 적절하게 사용하신것 같아요!
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.
비교 가능하도록 두가지 방법 모두 친절한 설명과 함께 올려주셨네요. 두번째 방법이 아무래도 LinkedList 의 특성을 활용한 풀이 방법이라 생각해요 :)
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.
pac 과 atl 을 각각 배열로 만들어서 true, false를 활용해 둘 다 true인 경우를 반환하는 풀이도 있는데, 해당하는 경우에만 set에 추가하여 풀이하면 공간을 좀 더 효율적으로 사용할 수있겠네요!
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.
훨씬 공간효율적인 풀이네요! 이 방식으로도 한번 풀어보겠습니다 👍
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.
9주차 문제 풀이 고생 많으셨습니다.
남은 두 문제들 중 하나가 hard 난이도이기도 하고 어려울 수 있겠지만 올려주신 풀이들을 봤을 때 충분히 풀이하실 수 있을거라 생각됩니다.
선 approve 해두겠습니다.
남은 시간동안 편하게 문제 풀으시고 자유롭게 merge 해주시면 감사하겠습니다.
10주차 문제 풀이도 파이팅입니다!
@TonyKim9401 코치님 항상 꼼꼼한 리뷰 감사합니다! 저는 문제를 풀 때 시간/공간 복잡도가 좀 비효율적이더라도, 문제를 푼 것 자체에 만족을 하고 넘어가는 경향이 있는데 😂, 코치님 리뷰를 통해 조금 더 넓은 시각으로 문제를 볼 수 있게 됐습니다! 😄 |
답안 제출 문제
체크 리스트
In Review
로 설정해주세요.