Skip to content

Commit

Permalink
2024-02-27
Browse files Browse the repository at this point in the history
  • Loading branch information
Redish03 committed Feb 27, 2024
1 parent abae4be commit 0cfe0a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Redish03/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"files.associations": {
"iostream": "cpp",
"algorithm": "cpp"
"algorithm": "cpp",
"vector": "cpp"
}
}
Empty file added Redish03/DP/10844.cpp
Empty file.
1 change: 1 addition & 0 deletions Redish03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
| 13์ฐจ์‹œ | 2024.02.06 | Back tracking | [N๊ณผ M(9)](https://www.acmicpc.net/problem/15663) | [#13](https://github.com/AlgoLeadMe/AlgoLeadMe-5/pull/52) |
| 14์ฐจ์‹œ | 2024.02.12 | KnapSack(DP) | [ํ‰๋ฒ”ํ•œ ๋ฐฐ๋‚ญ](https://www.acmicpc.net/problem/12865) | [#14](https://github.com/AlgoLeadMe/AlgoLeadMe-5/pull/55) |
| 15์ฐจ์‹œ | 2024.02.15 | DFS | [ํŠธ๋ฆฌ์˜ ์ง€๋ฆ„](https://www.acmicpc.net/problem/1167) | [#14](https://github.com/AlgoLeadMe/AlgoLeadMe-5/pull/55) |
| 16์ฐจ์‹œ | 2024.02.27 | DP | [์‰ฌ์šด ๊ณ„๋‹จ ์ˆ˜](https://www.acmicpc.net/problem/10844) | [#15](https://github.com/AlgoLeadMe/AlgoLeadMe-5/pull/55) |

---

0 comments on commit 0cfe0a2

Please sign in to comment.