일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- hook
- background tab
- React 고급안내서
- React 18 Nextjs
- CSS
- React 18
- context
- React 공식문서
- next13 head
- React API 참고서
- RTK Query
- getUTCDate
- Babel
- react-helmet
- Render Props
- react
- 고급안내서
- background setInterval
- React18
- Javascript
- Next13
- notFound()
- Nextjs React 18
- react hook
- background: url
- codingtest
- background setttimeout
- Nextjs
- Programmers
- React 고급 안내서
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