일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 고급 안내서
- background setInterval
- React 고급안내서
- getUTCDate
- React18
- Next13
- Render Props
- React 공식문서
- Nextjs
- RTK Query
- React API 참고서
- 고급안내서
- React 18
- hook
- Programmers
- react
- Nextjs React 18
- React 18 Nextjs
- notFound()
- Javascript
- react hook
- background: url
- codingtest
- context
- react-helmet
- background setttimeout
- Babel
- CSS
- background tab
- next13 head
Archives
- Today
- Total
목록후보키 (1)
akjfal
[Programmers] 후보키
. // 1. 1개가 유일성인 경우 확인 // 2. 1개씩 더해가면서 유일성 체크 // 2.1 유일성이 나오면 추가로 붙는 키들 더해서 wrong에 넣기 import java.util.HashMap; import java.util.ArrayList; import java.util.Iterator; import java.util.Arrays; class Solution { int row, column; String[][] relation; HashMap right = new HashMap(); HashMap wrong = new HashMap(); public int solution(String[][] relation) { int answer = 0; this.relation = relation; row ..
알고리즘/programmers
2021. 6. 18. 13:55