728x90
반응형
Description:
write me a function stringy that takes a size and returns a string of alternating '1s' and '0s'.
the string should start with a 1.
a string with size 6 should return :'101010'.
with size 4 should return : '1010'.
with size 12 should return : '101010101010'.
The size will always be positive and will only use whole numbers.
728x90
반응형
그리드형
'Computer science > 알고리즘' 카테고리의 다른 글
[자바스크립트로 구현한 알고리즘] Highest and Lowest (0) | 2016.09.18 |
---|---|
[자바스크립트로 구현한 알고리즘] Complementary DNA (0) | 2016.09.17 |
[자바스크립트로 구현한 알고리즘] Disemvowel Trolls (0) | 2016.09.17 |
[자바스크립트로 구현한 알고리즘] Beginner Series #3 Sum of Numbers (0) | 2016.09.17 |
[자바스크립트로 구현한 알고리즘] Return Negative (0) | 2016.09.17 |
이 포스팅은 쿠팡파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.