일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- background setttimeout
- next13 head
- context
- react hook
- Programmers
- React 고급 안내서
- React 고급안내서
- React18
- background tab
- 고급안내서
- React 공식문서
- React 18 Nextjs
- CSS
- codingtest
- Render Props
- hook
- Nextjs
- notFound()
- Nextjs React 18
- background: url
- Javascript
- react-helmet
- Babel
- getUTCDate
- Next13
- React 18
- RTK Query
- react
- React API 참고서
- background setInterval
Archives
- Today
- Total
목록압축 (1)
akjfal
[Programmer] [3차] 압축
// 사전 초기화 w 제거 및 w 의 index출력 // 남은글자 w+c를 사전에 등록 import java.util.LinkedList; import java.util.HashMap; class Solution { String[] diction; HashMap map = new HashMap(); public int[] solution(String msg) { int[] answer = {}; LinkedList list = new LinkedList(); char startChar = 'A'; int recentIdx = 0; for(int i = 0; i < 27; i++){ map.put(Character.toString(startChar+i), ++recentIdx); } int start = ..
알고리즘/programmers
2021. 6. 23. 00:21