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 | 31 |
Tags
- AI
- 동적 프로그래밍
- dp
- 네트워크
- 구글 킥스타트
- CSS
- 리눅스
- kick start
- OS
- linux
- 킥스타트
- 브루트포스
- PYTHON
- 백준
- BFS
- DFS
- 파이썬
- 프로그래밍
- 코딩 테스트
- 딥러닝
- 코딩
- google coding competition
- 프로그래머스
- 알고리즘
- 동적프로그래밍
- 코딩테스트
- 운영체제
- 순열
- nlp
- 그래프
Archives
- Today
- Total
목록increasing substring (1)
오뚝이개발자
[Google Kick Start] 2021 구글 킥스타트 Round B Increasing Substring 풀이
문제 https://codingcompetitions.withgoogle.com/kickstart/round/0000000000435a5b/000000000077a882 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 나의 풀이 DP를 사용하여 푸는 간단한 문제이다. 문자열의 길이 n만큼의 dp 배열을 만들어서 모두 1로 초기화 한다. 이 배열은 해당 인덱..
코딩 테스트/Google Kick Start
2021. 11. 6. 20:30