본문 바로가기
728x90
반응형

코딩테스트15

[Codility] Lesson3 - Time Complexity : FrogJmp app.codility.com/programmers/lessons/3-time_complexity/frog_jmp/ Problem A small frog wants to get to the other side of the road. The frog is currently located at position X and wants to get to a position greater than or equal to Y. The small frog always jumps a fixed distance, D. Count the minimal number of jumps that the small frog must perform to reach its target. Write a function: class Solu.. 2020. 12. 15.
[Codility] Lesson2 - Arrays: Cyclic Rotation 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 Problem 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, .. 2020. 12. 14.
코딩테스트 사이트 - Codility 사용법 안녕하세요! 오늘은 Codility사용법에 대해서 포스팅해보려고 합니다. Codility 는 코딩 테스트 사이트로, 다양한 알고리즘 문제를 풀어볼 수 있는 사이트 입니다. 우아한형제, 이스트소프트, 네이버 등에서 코딩테스트를 진행할 때 위 사이트를 이용해서 코딩테스트를 봅니다. 아래는 codility 사이트 입니다. www.codility.com/ Tech Recruiting Platform, Remote Online Code Testing | Codility Codility is a software platform that helps technical recruiters run remote interviews and hire strong engineers. Explore our platform by r.. 2020. 12. 14.
728x90
반응형