
Lesson2. CyclicRotation 안녕하세요! 저번 시간에는 Lesson1. BinaryGap에 대해 풀이해봤습니다. 이번에는 Lesson2의 CyclicRotation을 2가지 방법으로 풀이해보려 합니다. Question https://app.codility.com/programmers/lessons/2-arrays/cyclic_rotation/ CyclicRotation coding task - Learn to Code - Codility app.codility.com 정리하자면, 주어진 K 만큼 배열을 오른쪽으로 회전시키는 문제입니다. 주어진 배열이: [1, 2, 3, 4], K가 3과 같다면, 1. [4, 1, 2, 3] 2. [3, 4, 1, 2] 3. [2, 3, 4, 1] 가 되어,..
Codility
2019. 4. 17. 20:45
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- hoc test
- axios
- react-waypoint
- difference_1.default is not a function
- dependencies
- 크롬 퍼포먼스 탭
- react-hooks test
- ES6 Module
- Package
- jest reducer 테스트
- tsconfig.json
- NPM
- esModuleInterop
- reducer test
- react hoc 테스트
- js debugger
- 효율적인 디버깅
- jest reducer test
- infinite-scrolling 구현
- react-infinite-scroll
- devDependencies
- jest react test
- void 0
- infinite-scrolling
- react-testing-library
- vue.js
- redux-mock-store
- javascript
- ES2020
- codility
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
글 보관함