[Codility] Lesson2 (Arrays) - CyclicRotation

2018-09-05

문제

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, the rotation of array A = [3, 8, 9, 7, 6] is [6, 3, 8, 9, 7] (elements are shifted right by one index and 6 is moved to the first place).

Read More

[Xcode] 무선(Wireless) 빌드 사용하기

2018-02-25

Xcode9 부터 맥과 기기(iPhone, iPad 등)를 케이블로 연결하지 않고, 기기에 바로 빌드 할 수 있는 기능이 추가되었습니다. 이 포스트에서는 이 기능을 사용하는 방법에 대해 알아보겠습니다.

Read More