Electronics Shop
Solution I in Javascript const keyboards = [3, 1]; const drives = [5, 2, 8]; const b = 10; function getMoneySpent(keyboards, drives, b) { let valid = []; keyboards.forEach(k => drives.forEach(d => k + d //1. reduce: arrow function 이용 single value return. //2. max: 조건에 맞게 max value를 리턴. //3. map: 함수이용 each elements 변화시킨다. -> drives와 keyboards each elements 더하기. //4. 합한 값을 budget보다 작거나 같은 값으로 filt..
Algorithms
2020. 9. 25. 23:00
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 프로그래머스 알고리즘문제
- rest parameter
- hackerrank solution
- Collection Framework
- Object type casting
- C++
- repeat()
- java
- hackerrank javascript solution
- HashMap
- easy javascript algorithm
- 알고리즘
- javascript
- string class in java
- easy algorithm
- 프로그래머스 알고리즘
- algorithm
- 프로그래머스
- HackerRank Algorithm
- ... in Javascript
- hackerrank
- math.max
- code refactoring
- compareTo()
- spring boot application
- math.abs
- equals()
- Javascript Algorithm
- hackerrank javascript
- substring()
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함