
깃허브 : https://github.com/miiingo/codility Task description 원본 사이트 : https://app.codility.com/programmers/lessons/5-prefix_sums/count_div/ CountDiv coding task - Learn to Code - Codility Compute number of integers divisible by k in range [a..b]. app.codility.com - 세 개의 정수 A, B, K가 주어지면 [A..B] 범위 내에서 K로 나눌 수 있는 정수의 수를 return - { i : A ≤ i ≤ B, i mod K = 0 } - 가장 효율적인 알고리즘 작성 - A, B : [0..2,000,000..

깃허브 : https://github.com/miiingo/codility Task description 원본 사이트 : https://app.codility.com/programmers/lessons/4-counting_elements/max_counters/ MaxCounters coding task - Learn to Code - Codility Calculate the values of counters after applying all alternating operations: increase counter by 1; set value of all counters to current maximum. app.codility.com - 0으로 설정된 N 개의 카운터가 제공 - 카운터는 두 가지 작업이..

깃허브 : https://github.com/miiingo/codility Task description 원본 사이트 : https://app.codility.com/programmers/lessons/2-arrays/odd_occurrences_in_array/ OddOccurrencesInArray coding task - Learn to Code - Codility Find value that occurs in odd number of elements. app.codility.com - A[N] 배열에는 홀수가 들어있으며 각 요소는 동일한 값을 가진 다른 요소(짝이 없는 요소여야함)와 쌍을 이룰 수 있음 - 짝을 이루지 않은 요소의 값 반환 - 가장 효율적인 알고리즘 작성 - A의 값 중 하나를 제..

깃허브 : https://github.com/miiingo/codility Task description 원본 사이트 : https://app.codility.com/programmers/lessons/3-time_complexity/frog_jmp/ FrogJmp coding task - Learn to Code - Codility Count minimal number of jumps from position X to Y. app.codility.com - 항상 일정한 거리 D만큼 씩만 점프 - X부터 Y까지 이동하는 데 걸리는 점프 횟수 구하기 Solution // you can write to stdout for debugging purposes, e.g. // console.log('this is..
- Total
- Today
- Yesterday
- 빅데이터 기초
- 하이퍼레저 패브릭
- 빅데이터 교육
- 빅데이터 강의
- 어서와 데이터는 처음이지
- Hyperledger Fabric v1.2
- ambrosus
- 기초 of 기초 데이터 개념
- 코테
- codility
- DOCs
- javascript
- Private Data
- 블록 체인
- 하이퍼레저 인디
- Hyperledger Fabric
- 하이퍼레저 페브릭
- 직딩잇템
- 문제풀이
- 코딜리티
- docker
- 빅데이터
- 코딩테스트
- Hyperledger Fabric v1.1
- Blockchain
- 블록체인
- Hyperledger Indy
- 알고리즘
- 암브로셔스
- ubuntu
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |