일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- React 고급안내서
- Programmers
- RTK Query
- react hook
- Babel
- React 18 Nextjs
- React18
- React 공식문서
- react-helmet
- Nextjs React 18
- background setttimeout
- React API 참고서
- Nextjs
- background: url
- hook
- React 고급 안내서
- Render Props
- React 18
- 고급안내서
- CSS
- codingtest
- background tab
- react
- background setInterval
- notFound()
- context
- Next13
- Javascript
- next13 head
- getUTCDate
Archives
- Today
- Total
목록방금 그 곡 (1)
akjfal
[Programmers] [3차] 방금 그곡
// 제목, 재생시작 종료 시각, 악보 // 1분에 1개씩 재생 // 1. m의 길이를 기준으로한다. // 2. musicinfos를 라디오 재생시간에 맞게 늘리거나 자른다. // 3. 늘리거나 줄여진 String에서 m길이만큼 모든 인자를 hashmap에 넣는다. // 4. 넣으면서 음악의 index를 넣는다. // C# -> H, D# -> I, F# -> J, G# -> K, A# -> L import java.util.HashMap; import java.util.LinkedList; import java.util.Collections; import java.util.Iterator; class Solution { class Node{ int time; int idx; Node(int time, ..
알고리즘/programmers
2021. 6. 22. 23:07