본문 바로가기 메뉴 바로가기

Studying programming

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Studying programming

검색하기 폼
  • Jimin's Programming (194)
    • Algorithms (54)
    • JavaScript (16)
    • Vue.js (3)
    • Node.js (3)
    • React.js (7)
    • React Native (0)
    • Spring Boot (13)
    • JAVA (58)
    • C++ (17)
    • Programming (19)
    • Computer basics (4)
  • 방명록

hackerrank javascript (3)
Sequence Equation

Solution in Javascript const p = [4, 2, 5, 1, 3]; function permutationEquation(p) { const arr=[]; for (let i = 1; i

Algorithms 2020. 10. 30. 15:20
Utopian Tree

Solution in JavaScript const n = 5; function utopianTree(n) { let cycle = 1; let height = 1; while (cycle

Algorithms 2020. 10. 1. 21:16
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
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • spring boot application
  • hackerrank solution
  • string class in java
  • substring()
  • hackerrank javascript
  • 프로그래머스 알고리즘
  • ... in Javascript
  • algorithm
  • javascript
  • Collection Framework
  • math.max
  • Object type casting
  • 프로그래머스 알고리즘문제
  • equals()
  • HashMap
  • easy algorithm
  • C++
  • HackerRank Algorithm
  • code refactoring
  • hackerrank
  • repeat()
  • easy javascript algorithm
  • 알고리즘
  • Javascript Algorithm
  • rest parameter
  • math.abs
  • hackerrank javascript solution
  • 프로그래머스
  • java
  • compareTo()
more
«   2025/05   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바