-
Test code 글이 여러군데 퍼진 그 후 - 얻은 것과 부작용
‘Front-End 프로젝트의 Test code 작성 경험기’ 라는 글이 내 생애(?) 처음으로 다수의 개발자들에게 공유되었던 (나에겐 아주 큰 의미의) 이벤트가 있은지 근 한 달이 지났다. 이 일로 인해 생각지도...
-
[hackerrank] Equalize the Array
[ 문제 ] Equalize the Array [input] 5 3 3 2 1 3 [output] 2 설명: 가장 최소한으로 요소를 지워서 같은 요소만 남게 만들기. 삭제한 요소의 갯수 리턴....
-
[hackerrank] Repeated String, Jumping on the Clouds, Cut the sticks
[ 문제 ] Repeated String [input] aba 10 [output] 7 설명: aba를 10개까지 늘리면 abaabaabaa 가 됨. 이 중에서 ‘a’의 갯수를 구하면 7 [ 풀이 ] // Complete...
-
[hackerrank] Utopian Tree, Library Fine, Pangrams
[ 문제 ] Utopian Tree The Utopian Tree goes through 2 cycles of growth every year. Each spring, it doubles in height. Each summer, its height increases by...