728x90
반응형
Description:
Check to see if a string has the same amount of 'x's and 'o's. The method must return a boolean and be case insensitive. The string can contains any char.
Examples
input/output:
XO("ooxx") => true
XO("xooxx") => false
XO("ooxXm") => true
XO("zpzpzpp") => true // when no 'x' and 'o' is present should return true
XO("zzoo") => false
728x90
반응형
그리드형
'Computer science > 알고리즘' 카테고리의 다른 글
[자바스크립트로 구현한 알고리즘] Remove the minimum (0) | 2016.10.14 |
---|---|
[자바스크립트로 구현한 알고리즘] IQ Test (0) | 2016.09.21 |
[자바스크립트로 구현한 알고리즘] Find the next perfect square! (0) | 2016.09.21 |
[자바스크립트로 구현한 알고리즘] Isograms (0) | 2016.09.20 |
[자바스크립트로 구현한 알고리즘] Credit Card Mask (0) | 2016.09.20 |
이 포스팅은 쿠팡파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.