CyclicRotation
https://app.codility.com/demo/results/trainingGMRE4Z-JBU/ Test results - Codility An array A consisting of N integers is given. Rotation of the array means that each element is shifted right by one index, and the last element of the array is moved to the first place. For example, the rotation of array A = [3, 8, 9, 7, 6] is [6, 3, 8, 9, app.codility.com 배열 A의 원소들을 K회 만큼 뒤로 밀었을때의 결과를 구하는 문제이다. K회..
코딩테스트/codility
2023. 9. 11.