|
27 | 27 | |020|그래프 이론, 그래프 탐색, 너비 우선 탐색, 데이크스트라, 최단 경로, 0-1 너비 우선 탐색|Python|숨바꼭질 3|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%88%A8%EB%B0%94%EA%BC%AD%EC%A7%88%203.py)|[바로가기](https://www.acmicpc.net/problem/13549)|
|
28 | 28 | |021|그래프 이론, 그래프 탐색, 깊이 우선 탐색, 백트래킹|Python|알파벳|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%95%8C%ED%8C%8C%EB%B2%B3.py)|[바로가기](https://www.acmicpc.net/problem/1987)|
|
29 | 29 | |022|수학, 정수론, 누적 합, 소수 판정, 에라토스테네스의 체|Python|약수의 합|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%95%BD%EC%88%98%EC%9D%98%20%ED%95%A9.py)|[바로가기](https://www.acmicpc.net/problem/17425)|
|
30 |
| -|023|그래프 이론, 최단 경로, 벨만-포드|Python|웜홀|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%9B%9C%ED%99%80.py)|[바로가기](https://www.acmicpc.net/problem/1865)| |
31 |
| -|024|자료 구조, 트리를 사용한 집합과 맵, 우선순위 큐|Python|이중 우선순위 큐|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%9D%B4%EC%A4%91%20%EC%9A%B0%EC%84%A0%EC%88%9C%EC%9C%84%20%ED%81%90.py)|[바로가기](https://www.acmicpc.net/problem/7662)| |
32 |
| -|025|그래프 이론, 그래프 탐색, 트리, 재귀|Python|이진 검색 트리|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%9D%B4%EC%A7%84%20%EA%B2%80%EC%83%89%20%ED%8A%B8%EB%A6%AC.py)|[바로가기](https://www.acmicpc.net/problem/5639)| |
33 |
| -|026|그래프 이론, 그래프 탐색, 너비 우선 탐색, 깊이 우선 탐색|Python|적록색약|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%A0%81%EB%A1%9D%EC%83%89%EC%95%BD.py)|[바로가기](https://www.acmicpc.net/problem/10026)| |
34 |
| -|027|브루트포스 알고리즘|Python|제곱수 찾기|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%A0%9C%EA%B3%B1%EC%88%98%20%EC%B0%BE%EA%B8%B0.py)|[바로가기](https://www.acmicpc.net/problem/1025)| |
35 |
| -|028|그래프 이론, 데이크스트라, 최단 경로|Python|최단경로|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%B5%9C%EB%8B%A8%EA%B2%BD%EB%A1%9C.py)|[바로가기](https://www.acmicpc.net/problem/1753)| |
36 |
| -|029|그래프 이론, 데이크스트라, 최단 경로|Python|최소비용 구하기 2|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%B5%9C%EC%86%8C%EB%B9%84%EC%9A%A9%20%EA%B5%AC%ED%95%98%EA%B8%B0%202.py)|[바로가기](https://www.acmicpc.net/problem/11779)| |
37 |
| -|030|그래프 이론, 데이크스트라, 최단 경로|Python|최소비용 구하기|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%B5%9C%EC%86%8C%EB%B9%84%EC%9A%A9%20%EA%B5%AC%ED%95%98%EA%B8%B0.py)|[바로가기](https://www.acmicpc.net/problem/1916)| |
38 |
| -|031|자료구조, 세그먼트 트리|Python|최솟값과 최댓값|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%B5%9C%EC%86%9F%EA%B0%92%EA%B3%BC%20%EC%B5%9C%EB%8C%93%EA%B0%92.py)|[바로가기](https://www.acmicpc.net/problem/2357)| |
39 |
| -|032|구현, 그래프 이론, 그래프 탐색, 시뮬레이션, 너비 우선 탐색, 깊이 우선 탐색|Python|치즈|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%B9%98%EC%A6%88.py)|[바로가기](https://www.acmicpc.net/problem/2638)| |
40 |
| -|033|구현, 브루트포스 알고리즘|Python|테트로미노|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%85%8C%ED%8A%B8%EB%A1%9C%EB%AF%B8%EB%85%B8.py)|[바로가기](https://www.acmicpc.net/problem/14500)| |
41 |
| -|034|그래프 이론, 그래프 탐색, 너비 우선 탐색|Python|토마토|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%86%A0%EB%A7%88%ED%86%A0.py)|[바로가기](https://www.acmicpc.net/problem/7576)| |
42 |
| -|035|그래프 이론, 그래프 탐색, 너비 우선 탐색|Python|토마토2|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%86%A0%EB%A7%88%ED%86%A02.py)|[바로가기](https://www.acmicpc.net/problem/7569)| |
43 |
| -|036|그래프 이론, 그래프 탐색, 트리, 깊이 우선 탐색|Python|트리의 지름(4)|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%8A%B8%EB%A6%AC%EC%9D%98%20%EC%A7%80%EB%A6%84%284%29.py)|[바로가기](https://www.acmicpc.net/problem/1967)| |
44 |
| -|037|그래프 이론, 그래프 탐색, 트리, 깊이 우선 탐색|Python|트리의 지름|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%8A%B8%EB%A6%AC%EC%9D%98%20%EC%A7%80%EB%A6%84.py)|[바로가기](https://www.acmicpc.net/problem/1167)| |
45 |
| -|038|그래프 이론, 데이크스트라, 최단 경로|Python|특정한 최단 경로|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%8A%B9%EC%A0%95%ED%95%9C%20%EC%B5%9C%EB%8B%A8%20%EA%B2%BD%EB%A1%9C.py)|[바로가기](https://www.acmicpc.net/problem/1504)| |
46 |
| -|039|그래프 이론, 데이크스트라, 최단 경로|Python|파티|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%8C%8C%ED%8B%B0.py)|[바로가기](https://www.acmicpc.net/problem/1238)| |
47 |
| -|040||Python|평범한 배낭|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%8F%89%EB%B2%94%ED%95%9C%20%EB%B0%B0%EB%82%AD.py)|[바로가기](https://www.acmicpc.net/problem/12865)| |
48 |
| -|041|그래프 이론, 최단 경로, 플로이드-워셜|Python|플로이드|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%94%8C%EB%A1%9C%EC%9D%B4%EB%93%9C.py)|[바로가기](https://www.acmicpc.net/problem/11404)| |
49 |
| -|042|수학, 분할 정복을 이용한 거듭 제곱|Python|피보나치 수 6|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%94%BC%EB%B3%B4%EB%82%98%EC%B9%98%20%EC%88%98%206.py)|[바로가기](https://www.acmicpc.net/problem/11444)| |
50 |
| -|043|수학, 분할 정복, 분할 정복을 이용한 거듭제곱, 선형대수학|Python|행렬 제곱|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%96%89%EB%A0%AC%20%EC%A0%9C%EA%B3%B1.py)|[바로가기](https://www.acmicpc.net/problem/10830)| |
51 |
| -|044|다이나믹 프로그래밍, 배낭 문제|Python|호텔|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%98%B8%ED%85%94.py)|[바로가기](https://www.acmicpc.net/problem/1106)| |
52 |
| -|045|자료 구조, 스택|Python|후위 표기식|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%9B%84%EC%9C%84%20%ED%91%9C%EA%B8%B0%EC%8B%9D.py)|[바로가기](https://www.acmicpc.net/problem/1918)| |
| 30 | +|023|구현, 그래프 이론, 브루트포스 알고리즘, 그래프 탐색, 너비 우선 탐색|Python|연구소|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%97%B0%EA%B5%AC%EC%86%8C.py)|[바로가기](https://www.acmicpc.net/problem/14502)| |
| 31 | +|024|그래프 이론, 최단 경로, 벨만-포드|Python|웜홀|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%9B%9C%ED%99%80.py)|[바로가기](https://www.acmicpc.net/problem/1865)| |
| 32 | +|025|자료 구조, 트리를 사용한 집합과 맵, 우선순위 큐|Python|이중 우선순위 큐|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%9D%B4%EC%A4%91%20%EC%9A%B0%EC%84%A0%EC%88%9C%EC%9C%84%20%ED%81%90.py)|[바로가기](https://www.acmicpc.net/problem/7662)| |
| 33 | +|026|그래프 이론, 그래프 탐색, 트리, 재귀|Python|이진 검색 트리|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%9D%B4%EC%A7%84%20%EA%B2%80%EC%83%89%20%ED%8A%B8%EB%A6%AC.py)|[바로가기](https://www.acmicpc.net/problem/5639)| |
| 34 | +|027|그래프 이론, 그래프 탐색, 너비 우선 탐색, 깊이 우선 탐색|Python|적록색약|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%A0%81%EB%A1%9D%EC%83%89%EC%95%BD.py)|[바로가기](https://www.acmicpc.net/problem/10026)| |
| 35 | +|028|브루트포스 알고리즘|Python|제곱수 찾기|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%A0%9C%EA%B3%B1%EC%88%98%20%EC%B0%BE%EA%B8%B0.py)|[바로가기](https://www.acmicpc.net/problem/1025)| |
| 36 | +|029|그래프 이론, 데이크스트라, 최단 경로|Python|최단경로|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%B5%9C%EB%8B%A8%EA%B2%BD%EB%A1%9C.py)|[바로가기](https://www.acmicpc.net/problem/1753)| |
| 37 | +|030|그래프 이론, 데이크스트라, 최단 경로|Python|최소비용 구하기 2|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%B5%9C%EC%86%8C%EB%B9%84%EC%9A%A9%20%EA%B5%AC%ED%95%98%EA%B8%B0%202.py)|[바로가기](https://www.acmicpc.net/problem/11779)| |
| 38 | +|031|그래프 이론, 데이크스트라, 최단 경로|Python|최소비용 구하기|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%B5%9C%EC%86%8C%EB%B9%84%EC%9A%A9%20%EA%B5%AC%ED%95%98%EA%B8%B0.py)|[바로가기](https://www.acmicpc.net/problem/1916)| |
| 39 | +|032|자료구조, 세그먼트 트리|Python|최솟값과 최댓값|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%B5%9C%EC%86%9F%EA%B0%92%EA%B3%BC%20%EC%B5%9C%EB%8C%93%EA%B0%92.py)|[바로가기](https://www.acmicpc.net/problem/2357)| |
| 40 | +|033|구현, 그래프 이론, 그래프 탐색, 시뮬레이션, 너비 우선 탐색, 깊이 우선 탐색|Python|치즈|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%EC%B9%98%EC%A6%88.py)|[바로가기](https://www.acmicpc.net/problem/2638)| |
| 41 | +|034|구현, 브루트포스 알고리즘|Python|테트로미노|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%85%8C%ED%8A%B8%EB%A1%9C%EB%AF%B8%EB%85%B8.py)|[바로가기](https://www.acmicpc.net/problem/14500)| |
| 42 | +|035|그래프 이론, 그래프 탐색, 너비 우선 탐색|Python|토마토|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%86%A0%EB%A7%88%ED%86%A0.py)|[바로가기](https://www.acmicpc.net/problem/7576)| |
| 43 | +|036|그래프 이론, 그래프 탐색, 너비 우선 탐색|Python|토마토2|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%86%A0%EB%A7%88%ED%86%A02.py)|[바로가기](https://www.acmicpc.net/problem/7569)| |
| 44 | +|037|그래프 이론, 그래프 탐색, 트리, 깊이 우선 탐색|Python|트리의 지름(4)|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%8A%B8%EB%A6%AC%EC%9D%98%20%EC%A7%80%EB%A6%84%284%29.py)|[바로가기](https://www.acmicpc.net/problem/1967)| |
| 45 | +|038|그래프 이론, 그래프 탐색, 트리, 깊이 우선 탐색|Python|트리의 지름|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%8A%B8%EB%A6%AC%EC%9D%98%20%EC%A7%80%EB%A6%84.py)|[바로가기](https://www.acmicpc.net/problem/1167)| |
| 46 | +|039|그래프 이론, 데이크스트라, 최단 경로|Python|특정한 최단 경로|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%8A%B9%EC%A0%95%ED%95%9C%20%EC%B5%9C%EB%8B%A8%20%EA%B2%BD%EB%A1%9C.py)|[바로가기](https://www.acmicpc.net/problem/1504)| |
| 47 | +|040|그래프 이론, 데이크스트라, 최단 경로|Python|파티|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%8C%8C%ED%8B%B0.py)|[바로가기](https://www.acmicpc.net/problem/1238)| |
| 48 | +|041||Python|평범한 배낭|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%8F%89%EB%B2%94%ED%95%9C%20%EB%B0%B0%EB%82%AD.py)|[바로가기](https://www.acmicpc.net/problem/12865)| |
| 49 | +|042|그래프 이론, 최단 경로, 플로이드-워셜|Python|플로이드|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%94%8C%EB%A1%9C%EC%9D%B4%EB%93%9C.py)|[바로가기](https://www.acmicpc.net/problem/11404)| |
| 50 | +|043|수학, 분할 정복을 이용한 거듭 제곱|Python|피보나치 수 6|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%94%BC%EB%B3%B4%EB%82%98%EC%B9%98%20%EC%88%98%206.py)|[바로가기](https://www.acmicpc.net/problem/11444)| |
| 51 | +|044|수학, 분할 정복, 분할 정복을 이용한 거듭제곱, 선형대수학|Python|행렬 제곱|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%96%89%EB%A0%AC%20%EC%A0%9C%EA%B3%B1.py)|[바로가기](https://www.acmicpc.net/problem/10830)| |
| 52 | +|045|다이나믹 프로그래밍, 배낭 문제|Python|호텔|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%98%B8%ED%85%94.py)|[바로가기](https://www.acmicpc.net/problem/1106)| |
| 53 | +|046|자료 구조, 스택|Python|후위 표기식|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%9B%84%EC%9C%84%20%ED%91%9C%EA%B8%B0%EC%8B%9D.py)|[바로가기](https://www.acmicpc.net/problem/1918)| |
53 | 54 |
|
54 | 55 |
|
55 |
| -**Update Date 2024/04/26 20:31:54 KST** |
| 56 | +**Update Date 2024/04/26 23:11:12 KST** |
0 commit comments