[chrisjune] WEEK 02 Solutions#1769
Merged
SamTheKorean merged 4 commits intoDaleStudy:mainfrom Aug 3, 2025
Merged
Conversation
added 3 commits
July 23, 2025 23:05
Contributor
|
안녕하세요! pr 설명과 올린 파일이 다르네요! 1주차 문제를 여기에 올려주신 것 같아요! |
Contributor
|
1주차 풀이는 1주차 pr을 따로 만들어서 올려주시고 2주차 pr은 2주차 문제로 올려주시는게 어떨까요? |
Contributor
Author
안녕하세요! 2주차 풀이가 커밋푸시가 안되었던것 같아요~! |
TonyKim9401
reviewed
Aug 2, 2025
Comment on lines
+13
to
+15
| if f in seen: | ||
| triplet = [nums[i], nums[j], f] | ||
| triplets.add(tuple(sorted(triplet))) |
Contributor
There was a problem hiding this comment.
크게 영향은 없지만 if문을 while 문으로 바꿀 수 있을것 같아요 :)
TonyKim9401
reviewed
Aug 2, 2025
Contributor
There was a problem hiding this comment.
map대신 set을 사용하셔서 문제 풀이 해보시면 어떨까요 :)
TonyKim9401
reviewed
Aug 2, 2025
Contributor
There was a problem hiding this comment.
시간 복잡도를 O(n) 으로 풀려면 어떻게 하면 될까요 :)
TonyKim9401
approved these changes
Aug 2, 2025
Contributor
TonyKim9401
left a comment
There was a problem hiding this comment.
1~2주차 문제 풀이 고생하셨습니다.
한번에 올려 주시느라 고생 많으셨을텐데 올려주신 문제들 풀이 진행 모두 잘 해주셨네요.
여유가 있으시다면 시간, 공간 복잡도 및 해당 문제에대한 의견도 추가해주시면 감사하겠습니다.
3주차 문제 풀이도 파이팅입니다!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
답안 제출 문제
작성자 체크 리스트
In Review로 설정해주세요.검토자 체크 리스트
Important
본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!