From fd25241579276b09baea08616d010d1f1a517eef Mon Sep 17 00:00:00 2001 From: krahets Date: Mon, 17 Jul 2023 18:38:48 +0800 Subject: [PATCH] build --- chapter_divide_and_conquer/index.md | 1 + chapter_dynamic_programming/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/chapter_divide_and_conquer/index.md b/chapter_divide_and_conquer/index.md index 92527022e..695386ac8 100644 --- a/chapter_divide_and_conquer/index.md +++ b/chapter_divide_and_conquer/index.md @@ -1,6 +1,7 @@ --- comments: true icon: material/file-tree-outline +status: new --- # 12.   分治 diff --git a/chapter_dynamic_programming/index.md b/chapter_dynamic_programming/index.md index e05c1766e..8ad44fd23 100644 --- a/chapter_dynamic_programming/index.md +++ b/chapter_dynamic_programming/index.md @@ -1,6 +1,7 @@ --- comments: true icon: material/table-pivot +status: new --- # 14.   动态规划