Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jung-woo-kim authored Mar 26, 2022
1 parent 09a2c99 commit 82e32d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions topological_sorting/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Topological Sorting (위상정렬)

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

위상정렬 문제를 뽑아봤습니다.

Expand All @@ -13,8 +12,8 @@
***❗️❗️꼭 문제를 순서대로 안풀어도 됩니다.❗️❗️***

[백준 문제집](https://www.acmicpc.net/workbook/view/7165)
| 순번 | 추천 문제 | 문제 번호 | 문제 이름 | 난이도 | 풀이 링크 |
| :-----: | :-----: | :-----: | :-----: | :-----: | :-----: |
| 순번 | 추천 문제 | 문제 번호 | 문제 이름 | 난이도 |
| :-----: | :-----: | :-----: | :-----: | :-----: |
| 00 | :heavy_check_mark: | <a href="https://www.acmicpc.net/problem/14567" target="_blank">14567</a> | <a href="https://www.acmicpc.net/problem/14567" target="_blank">선수과목 (Prerequisite)</a> | <img height="25px" width="25px" src="https://static.solved.ac/tier_small/11.svg"/> | |
| 01 | :heavy_check_mark: | <a href="https://www.acmicpc.net/problem/1005" target="_blank">1005</a> | <a href="https://www.acmicpc.net/problem/1005" target="_blank">ACM Craft</a> | <img height="25px" width="25px" src="https://static.solved.ac/tier_small/13.svg"/> | |
| 02 | :heavy_check_mark: | <a href="https://www.acmicpc.net/problem/2252" target="_blank">2252</a> | <a href="https://www.acmicpc.net/problem/2252" target="_blank">줄 세우기</a> | <img height="25px" width="25px" src="https://static.solved.ac/tier_small/13.svg"/> | |
Expand Down

0 comments on commit 82e32d3

Please sign in to comment.