File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Graph Traversal (그래프 탐색)
2
2
3
- [ 메인으로 돌아가기] ( https://github.com/tony9402/baekjoon )
4
3
5
4
풀어보면 좋을 문제는 추천 문제에 체크(:heavy_check_mark : ) 해놨습니다.
6
5
@@ -15,8 +14,8 @@ BFS, DFS 유형을 다양하게 골랐습니다.
15
14
*** ❗️❗️꼭 문제를 순서대로 안풀어도 됩니다.❗️❗️***
16
15
17
16
[ 백준 문제집] ( https://www.acmicpc.net/workbook/view/6853 )
18
- | 순번 | 추천 문제 | 문제 번호 | 문제 이름 | 난이도 | 풀이 링크 |
19
- | :-----: | :-----: | :-----: | :-----: | :-----: | :-----: |
17
+ | 순번 | 추천 문제 | 문제 번호 | 문제 이름 | 난이도 |
18
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
20
19
| 00 | :heavy_check_mark : | <a href =" https://www.acmicpc.net/problem/2606 " target =" _blank " >2606</a > | <a href =" https://www.acmicpc.net/problem/2606 " target =" _blank " >바이러스</a > | <img height =" 25px " width =" 25px " src =" https://static.solved.ac/tier_small/8.svg " /> | <a href =" ./../solution/graph_traversal/2606 " >바로가기</a > |
21
20
| 01 | :heavy_check_mark : | <a href =" https://www.acmicpc.net/problem/1260 " target =" _blank " >1260</a > | <a href =" https://www.acmicpc.net/problem/1260 " target =" _blank " >DFS와 BFS</a > | <img height =" 25px " width =" 25px " src =" https://static.solved.ac/tier_small/9.svg " /> | <a href =" ./../solution/graph_traversal/1260 " >바로가기</a > |
22
21
| 02 | :heavy_check_mark : | <a href =" https://www.acmicpc.net/problem/11725 " target =" _blank " >11725</a > | <a href =" https://www.acmicpc.net/problem/11725 " target =" _blank " >트리의 부모 찾기</a > | <img height =" 25px " width =" 25px " src =" https://static.solved.ac/tier_small/9.svg " /> | <a href =" ./../solution/graph_traversal/11725 " >바로가기</a > |
You can’t perform that action at this time.
0 commit comments