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.
문제
풀이 후기
순열 구하는 코드랑 소수 찾는 코드를 가지고 있어서 쉽게 풀었던.. 소수 찾는 코드는 이번 기회에 약간 보완했다.
근데 아마 훨씬 간단한 코드가 있을 것만 같다.
다른 사람의 풀이와 비교
좋아요 1등 풀이
순열 만드는 부분을 재귀로 짰는데 어차피 난 이렇게까지 복잡한 재귀 코드 지금 이해한다고 내일 바로 적용할 수 있는 거 아니기 때문에 패스하고 다음에 다시 보겠다 ㅎㅎ .. 대신 다른 문제를 하나 더 풀어야지. .