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