[Codility] Lesson4 (Counting Elements) - PermCheck
2018-09-26
문제
A non-empty array A consisting of N integers is given.
iOS 개발관련 지식을 공유합니다.
A non-empty array A consisting of N integers is given.
This is a demo task.
You are given N counters, initially set to 0, and you have two possible operations on them:
A small frog wants to get to the other side of a river. The frog is initially located on one bank of the river (position 0) and wants to get to the opposite bank (position X+1). Leaves fall from a tree onto the surface of the river.
개발을 하다보면 아직 마무리가 안된 코드를 남겨 두고 다른 코드를 작업하는 경우가 종종 있습니다. 수정이나 추가가 필요한 코드를 발견 했지만 일단 현재 작업에 집중하기 위해 그 코드를 남겨두는 것이죠. 이럴 때 Swift 4.2 이전의 Xcode에서는 //TODO:
나 //FIXME:
주석을 사용했습니다. 그래서 자신 혹은 다른 팀원에게 코드의 특정 부분에 추가적인 작업이 필요하다고 알릴 수 있었습니다.