Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 08c98a7

Browse files
Update README.md
1 parent 8b075ba commit 08c98a7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
| 파스타 | 🟥 | 다이나믹 프로그래밍 | [C++](https://github.com/techbless/algorithm-playground/blob/master/challenges/BOJ5546.md) | [문제](https://www.acmicpc.net/problem/5546) |
2424
| 리모컨 | 🟨 | 브루트 포스 | [C++](https://github.com/techbless/algorithm-playground/blob/master/challenges/BOJ1107.md) | [문제](https://www.acmicpc.net/problem/1107)
2525
| 이중 우선순위 큐 | 🟩 | 자료구조(MULTI SET) | [C++](https://github.com/techbless/algorithm-playground/blob/master/challenges/BOJ7662.md) | [문제](https://www.acmicpc.net/problem/7662) |
26+
| 1로 만들기 | 🟩 | 다이나믹 프로그래밍 | [C++](https://github.com/techbless/algorithm-playground/blob/master/challenges/BOJ1463.md) | [문제](https://www.acmicpc.net/problem/1463) |
2627

2728

2829
## 자료구조 & 알고리즘
@@ -50,8 +51,3 @@
5051
| BFS with List | [C언어](https://github.com/techbless/algorithm-playground/blob/master/Algorithm/BFS_LIST.c) |
5152
| 허프만 코드 | [C언어](https://github.com/techbless/algorithm-playground/blob/master/Algorithm/huffman.c) |
5253
| 다익스트라 | [C언어](https://github.com/techbless/algorithm-playground/blob/master/Algorithm/Dijkstra.c) |
53-
54-
55-
56-
57-

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /