From 0cfe0a2829242c6431750e24167f5e1f13799d89 Mon Sep 17 00:00:00 2001 From: SeongWooHong Date: Tue, 27 Feb 2024 16:32:17 +0900 Subject: [PATCH] 2024-02-27 --- Redish03/.vscode/settings.json | 3 ++- Redish03/DP/10844.cpp | 0 Redish03/README.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Redish03/DP/10844.cpp diff --git a/Redish03/.vscode/settings.json b/Redish03/.vscode/settings.json index e9d71fe..f7d5624 100644 --- a/Redish03/.vscode/settings.json +++ b/Redish03/.vscode/settings.json @@ -1,6 +1,7 @@ { "files.associations": { "iostream": "cpp", - "algorithm": "cpp" + "algorithm": "cpp", + "vector": "cpp" } } diff --git a/Redish03/DP/10844.cpp b/Redish03/DP/10844.cpp new file mode 100644 index 0000000..e69de29 diff --git a/Redish03/README.md b/Redish03/README.md index 2326e12..0271ab3 100644 --- a/Redish03/README.md +++ b/Redish03/README.md @@ -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) | ---