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] 가 되어,..
Lesson1. BinaryGap 안녕하세요! 자료구조와 알고리즘의 필요성에 대해서는 항상 느끼고 있었지만, 타 프로젝트나 시간이 없다는 등의 핑계로 미루기 일쑤였습니다. 그래서, 오늘부터 매일은 안 되더라도 적어도 일주일에 한 문제씩은 꼭 풀어보려 합니다. 같이 문제에 대해 탐구해보는 좋은 시간이 되었으면 좋겠습니다! Question https://app.codility.com/programmers/lessons/1-iterations/binary_gap/ BinaryGap coding task - Learn to Code - Codility app.codility.com 정리하자면, 정수의 2진 표현에서 1과 1사이에 있는 0의 가장 긴 순서를 찾는 문제입니다. 정수의 2진 표현이 100001과 같다..
- Total
- Today
- Yesterday
- infinite-scrolling 구현
- 효율적인 디버깅
- devDependencies
- jest reducer 테스트
- javascript
- js debugger
- jest reducer test
- react-waypoint
- hoc test
- infinite-scrolling
- void 0
- jest react test
- dependencies
- axios
- react-hooks test
- ES2020
- codility
- ES6 Module
- vue.js
- 크롬 퍼포먼스 탭
- NPM
- react hoc 테스트
- react-infinite-scroll
- esModuleInterop
- difference_1.default is not a function
- reducer test
- redux-mock-store
- Package
- tsconfig.json
- react-testing-library
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |