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 |
Tags
- nlp
- 알고리즘
- linux
- 순열
- 운영체제
- BFS
- 딥러닝
- 구글 킥스타트
- 네트워크
- 동적 프로그래밍
- DFS
- 리눅스
- 그래프
- OS
- 동적프로그래밍
- AI
- google coding competition
- 브루트포스
- dp
- CSS
- 코딩
- 코딩테스트
- 킥스타트
- 프로그래머스
- PYTHON
- 코딩 테스트
- 백준
- 파이썬
- 프로그래밍
- kick start
Archives
- Today
- Total
목록consecutive prime (1)
오뚝이개발자
[Google Kick Start] 2021 구글 킥스타트 Round B Consecutive Primes 풀이
문제 https://codingcompetitions.withgoogle.com/kickstart/round/0000000000435a5b/000000000077a8e6 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 나의 풀이 이 문제에서의 핵심은 주어진 조건 Z의 상한이 10^8인데 1~10^8까지의 소수를 모두 구할 필요가 없다는 것이다. 또한 탐색을..
코딩 테스트/Google Kick Start
2022. 1. 8. 15:16