Description:
This time no story, no theory. The examples below show you how to write function accum:
Examples:
accum("abcd"); // "A-Bb-Ccc-Dddd"
accum("RqaEzty"); // "R-Qq-Aaa-Eeee-Zzzzz-Tttttt-Yyyyyyy"
accum("cwAt"); // "C-Ww-Aaa-Tttt"
The parameter of accum is a string which includes only letters from a..z and A..Z.
제가 작성한 코드보다 아래 코드가 훨씬 가독성이 좋은 모범 사례입니다.
'Computer science > 알고리즘' 카테고리의 다른 글
[자바스크립트로 구현한 알고리즘] Descending Order (0) | 2016.09.20 |
---|---|
[자바스크립트로 구현한 알고리즘] Vowel Count (0) | 2016.09.19 |
[자바스크립트로 구현한 알고리즘] Get the Middle Character (0) | 2016.09.18 |
[자바스크립트로 구현한 알고리즘] Highest and Lowest (0) | 2016.09.18 |
[자바스크립트로 구현한 알고리즘] Complementary DNA (0) | 2016.09.17 |
이 포스팅은 쿠팡파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.