Birthday Chocolate
Solution in JavaScript const arr = [1, 2, 1, 3, 2]; const d = 3; const m = 2; function birthday(s, d, m) { let result = 0; for (let i = 0; i x + y) === d) { result++; } } //return result; console.log(result); } birthday(arr, d, m); //1. 길이만큼 loop을 돌려야하나? -> 2번 //..
Algorithms
2020. 9. 11. 22:11
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- C++
- math.abs
- 프로그래머스 알고리즘
- equals()
- Object type casting
- HashMap
- Collection Framework
- math.max
- substring()
- easy algorithm
- java
- hackerrank
- spring boot application
- hackerrank javascript
- 프로그래머스 알고리즘문제
- compareTo()
- repeat()
- 알고리즘
- hackerrank javascript solution
- ... in Javascript
- easy javascript algorithm
- string class in java
- HackerRank Algorithm
- hackerrank solution
- Javascript Algorithm
- algorithm
- code refactoring
- 프로그래머스
- rest parameter
- javascript
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함