300x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 브루트포스
- 네트워크
- PYTHON
- 파이썬
- 알고리즘
- 코딩 테스트
- 프로그래머스
- google coding competition
- AI
- 동적프로그래밍
- nlp
- DFS
- OS
- BFS
- CSS
- 운영체제
- 순열
- 구글 킥스타트
- linux
- 그래프
- 코딩
- kick start
- dp
- 백준
- 리눅스
- 코딩테스트
- 프로그래밍
- 동적 프로그래밍
- 킥스타트
- 딥러닝
Archives
- Today
- Total
목록rabbit house (1)
오뚝이개발자
[Google Kick Start] 2021 구글 킥스타트 Round A Rabbit house 풀이
문제 https://codingcompetitions.withgoogle.com/kickstart/round/0000000000436140/000000000068cb14 Kick Start - Google’s Coding Competitions Hone your coding skills with algorithmic puzzles meant for students and those new to coding competitions. Participate in one round or join them all. codingcompetitions.withgoogle.com 나의 풀이 BFS를 사용하면 된다. 핵심은 상자가 많은 칸의 주변을 먼저 채워준다는 것이다. 이를 위해 우선순위 큐를 사용하였다. 생각해보면..
코딩 테스트/Google Kick Start
2021. 12. 19. 16:26