티스토리 뷰
Solution in Javascript
const x = 1;
const y = 2;
const z = 3;
function catAndMouse(x, y, z) {
const A = Math.abs(z-x);
const B = Math.abs(z-y);
if (A < B){
console.log('Cat A');
}else if (A > B){
console.log('Cat B');
}else if (A === B){
console.log('Mouse C');
}
}
catAndMouse(x, y, z);
Reference
'Algorithms' 카테고리의 다른 글
Electronics Shop (0) | 2020.09.25 |
---|---|
The Hurdle Race (0) | 2020.09.25 |
Find Digits (0) | 2020.09.13 |
Bon Appétit (0) | 2020.09.12 |
Birthday Chocolate (0) | 2020.09.11 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- hackerrank
- Javascript Algorithm
- rest parameter
- ... in Javascript
- algorithm
- substring()
- compareTo()
- string class in java
- 프로그래머스 알고리즘문제
- java
- easy javascript algorithm
- easy algorithm
- Object type casting
- repeat()
- 프로그래머스
- hackerrank javascript
- hackerrank javascript solution
- javascript
- hackerrank solution
- 알고리즘
- math.abs
- code refactoring
- math.max
- spring boot application
- HackerRank Algorithm
- 프로그래머스 알고리즘
- C++
- HashMap
- equals()
- Collection Framework
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함