Skip to content

Commit 80e2c8c

Browse files
authored
Update README.md
1 parent 4fc2b81 commit 80e2c8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

graph_traversal/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Graph Traversal (그래프 탐색)
22

3-
[메인으로 돌아가기](https://github.com/tony9402/baekjoon)
43

54
풀어보면 좋을 문제는 추천 문제에 체크(:heavy_check_mark:) 해놨습니다.
65

@@ -15,8 +14,8 @@ BFS, DFS 유형을 다양하게 골랐습니다.
1514
***❗️❗️꼭 문제를 순서대로 안풀어도 됩니다.❗️❗️***
1615

1716
[백준 문제집](https://www.acmicpc.net/workbook/view/6853)
18-
| 순번 | 추천 문제 | 문제 번호 | 문제 이름 | 난이도 | 풀이 링크 |
19-
| :-----: | :-----: | :-----: | :-----: | :-----: | :-----: |
17+
| 순번 | 추천 문제 | 문제 번호 | 문제 이름 | 난이도 |
18+
| :-----: | :-----: | :-----: | :-----: | :-----: |
2019
| 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> |
2120
| 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> |
2221
| 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> |

0 commit comments

Comments
 (0)