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 80e2c8c commit e4d95e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions greedy/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Greedy (그리디)

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

쉬운 그리디부터 조금 고민을 해야하는 그리디까지 다양하게 뽑아봤습니다.

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

[백준 문제집](https://www.acmicpc.net/workbook/view/6833)
| 순번 | 추천 문제 | 문제 번호 | 문제 이름 | 난이도 | 풀이 링크 |
| :-----: | :-----: | :-----: | :-----: | :-----: | :-----: |
| 순번 | 추천 문제 | 문제 번호 | 문제 이름 | 난이도 |
| :-----: | :-----: | :-----: | :-----: | :-----: |
| 00 | :heavy_check_mark: | <a href="https://www.acmicpc.net/problem/14916" target="_blank">14916</a> | <a href="https://www.acmicpc.net/problem/14916" target="_blank">거스름돈</a> | <img height="25px" width="25px" src="https://static.solved.ac/tier_small/6.svg"/> | <a href="./../solution/greedy/14916">바로가기</a> |
| 01 | :heavy_check_mark: | <a href="https://www.acmicpc.net/problem/1343" target="_blank">1343</a> | <a href="https://www.acmicpc.net/problem/1343" target="_blank">폴리오미노</a> | <img height="25px" width="25px" src="https://static.solved.ac/tier_small/6.svg"/> | |
| 02 | :heavy_check_mark: | <a href="https://www.acmicpc.net/problem/2217" target="_blank">2217</a> | <a href="https://www.acmicpc.net/problem/2217" target="_blank">로프</a> | <img height="25px" width="25px" src="https://static.solved.ac/tier_small/7.svg"/> | <a href="./../solution/greedy/2217">바로가기</a> |
Expand Down

0 comments on commit e4d95e7

Please sign in to comment.