일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- skt membership
- series
- Codility
- dataframe
- 알고리즘
- grid
- 소수
- c
- c++
- 강화학습
- Prefix Sums
- stl
- pandas
- spring
- 상태
- 수학
- Javascript
- SK바이오사이언스
- margin
- 포토샵
- Gap
- CSS
- align-items
- Photoshop
- Design Pattern
- 에라토스테네스의 체
- 통신사할인
- Flexbox
- 확률
- 백준
- Today
- Total
목록CS/Codility (12)
sliver__

안녕하세요~~ 디벨롭퍼입니다~~~ 오늘은 Lesson3 (Time complexity) : TapeEquilibrium문제를 풀어보았습니다. https://app.codility.com/programmers/lessons/3-time_complexity/tape_equilibrium/ TapeEquilibrium coding task - Learn to Code - Codility Minimize the value |(A[0] + ... + A[P-1]) - (A[P] + ... + A[N-1])|. app.codility.com *********************************************************************** 풀어보실 분들을 위해서 링크 걸어두었습니다. *..

안녕하세요~~ 디벨로퍼입니다~~ 오늘은 Lesson3 (Time complexity) : PermMissingElem 문제를 풀어보았습니다. https://app.codility.com/programmers/lessons/3-time_complexity/perm_missing_elem/ PermMissingElem coding task - Learn to Code - Codility Find the missing element in a given permutation. app.codility.com *********************************************************************** 풀어보실 분들을 위해서 링크 걸어두었습니다. *******************..

안녕하세요~~ 디벨롭퍼입니다~~~ 오늘은 Lesson3 (Time complexity) : FrogJmp 문제를 풀어보았습니다. 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 *********************************************************************** 풀어보실 분들을 위해서 링크 걸어두었습니다. ****************************************..

안녕하세요~~ 디벨롭퍼입니다~~~ 오늘은 Lesson2 (Array) : OddOccurrencesInArray 문제를 풀어보았습니다. 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 *********************************************************************** 풀어보실 분들을 위해서 링크 걸어두었습니다. *****************..

안녕하세요~~ 디벨로퍼입니다~~~~ 오늘은 Lesson2 : Array 문제 중 첫번째 문제인 CyclicRotation 문제를 풀어보았습니다. https://app.codility.com/programmers/lessons/2-arrays/cyclic_rotation/ CyclicRotation coding task - Learn to Code - Codility Rotate an array to the right by a given number of steps. app.codility.com *********************************************************************** 풀어보실 분들을 위해서 링크 걸어두었습니다. *********************..

안녕하세요~~ 디벨로퍼입니다~~ 오늘은 알고리즘 공부를 위해서 코딜리티 사이트에 접속했습니다. 오랜만에 푸는거라 긴장도 좀 되고 생각보다 힘겹지만 마음을 다잡고 시작해보았습니다 https://app.codility.com/programmers/ Developer Training | Test Coding Skills Online - Codility Find longest sequence of zeros in binary representation of an integer. app.codility.com Lesson 별로 차례대로 풀어보려고 합니다~! Lesson1 : Iterator 문제인 Binary Gap 문제를 풀어보았습니다. 1과 1사이의 연속적인 0의 개수를 구하는 문제입니다. 1의 시작과 그 사..