[23-02-02] kyuhyun.py #47
Merged
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.
PR Summary
최소 직사각형
그냥 차례대로 명함을 하나씩 넣으면서 만들 수 있는 최소의 크기를 계속 업데이트 했습니다
깔끔하진 않아서 마음엔 안드네요,,,
소수 찾기
itertools의 permutations를 이용해서 만들 수 있는 모든 경우를 고려하고, 방문리스트를 통해 이미 방문했다면 넘어가도록 처리 했습니다
역시 깔끔하진 않네요,,
조이 스틱
풀다가 노트북 주먹으로 씨게 칠뻔했어요. 그래도 50점은 맞았답니다? 하지만 결국 못풀었어요,,핵심은 왼쪽, 오른쪽 경우를 파악하는 것 같은데 질문하기를 봐도 뭔 소리인가 싶더라고요,,,진짜 그리디?는 아닌? 것? 같아요
ISSUE NUMBER