Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- MySQL
- server
- mongoDB
- Packet Network
- OverTheWire
- Digital Ocean
- express
- linux
- docker
- SDK upgrade
- nodejs
- --watch
- react
- critical rendering path
- Google Refund
- spread 연산자
- Camera Zoom
- Camera Movement
- Spring Boot
- java
- Unity IAP
- css framework
- Unity Editor
- draganddrop
- springboot
- rpg server
- unity
- screencapture
- Git
- Google Developer API
Archives
- Today
- Total
목록2025/03/15 (1)
우당탕탕 개발일지
[프로그래머스] Level 2. 후보키
https://school.programmers.co.kr/learn/courses/30/lessons/42890 프로그래머스SW개발자를 위한 평가, 교육, 채용까지 Total Solution을 제공하는 개발자 성장을 위한 베이스캠프programmers.co.kr 너가어떻게 level 2문제니? 산넘어산이다1. 모든 가능한 조합 구하기2. 이 가능한 조합중에서 유일성을 만족하는 키만 추려내기3. 이 추려낸 키 중에서, 최소성을 만족하는 키 찾기. 가능한 조합은 combination함수이다. pick.size() == count일 때 원하는 수만큼 조합이 완료된거고, 거기에서 2번을 바로 진행하여 유일성을 만족할 경우에 keys에 넣어준다.void combination(vector& pick, int ..
Algorithm(c++)/Level 2
2025. 3. 15. 12:29