[Miller] BOJ(16926): 배열 돌리기 1 - 문제풀이 #157
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.
안녕하세요, 배열 돌리기 1 문제 풀이를 들고온 Miller 입니다 😀
제가 낸 문제인만큼 주중에 계속 고민했는데, 결국 늦게 정답을 봤습니다 ㅠㅠ
아래 블로그를 참고했습니다.
https://dkanxmstmdgml.tistory.com/731
그리고 내부 회전 로직을 주석과 함께 정리해봤습니다.
생각하기 어려운 문제였는데, 앞으로 비슷한 문제를 만났을 때 어떻게 접근해야할지
조금씩 보이는 것 같습니다.