diff --git a/chapter_divide_and_conquer/binary_search_recur.md b/chapter_divide_and_conquer/binary_search_recur.md index 4578c61b3..e0cc4496f 100644 --- a/chapter_divide_and_conquer/binary_search_recur.md +++ b/chapter_divide_and_conquer/binary_search_recur.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 12.2   分治搜索策略 diff --git a/chapter_divide_and_conquer/build_binary_tree_problem.md b/chapter_divide_and_conquer/build_binary_tree_problem.md index d721c05ad..41346d8b0 100644 --- a/chapter_divide_and_conquer/build_binary_tree_problem.md +++ b/chapter_divide_and_conquer/build_binary_tree_problem.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 12.3   构建二叉树问题 diff --git a/chapter_divide_and_conquer/divide_and_conquer.md b/chapter_divide_and_conquer/divide_and_conquer.md index 038845a40..11d185f3f 100644 --- a/chapter_divide_and_conquer/divide_and_conquer.md +++ b/chapter_divide_and_conquer/divide_and_conquer.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 12.1   分治算法 diff --git a/chapter_divide_and_conquer/hanota_problem.md b/chapter_divide_and_conquer/hanota_problem.md index ce3c7845b..94d76315d 100644 --- a/chapter_divide_and_conquer/hanota_problem.md +++ b/chapter_divide_and_conquer/hanota_problem.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 12.4   汉诺塔问题 diff --git a/chapter_divide_and_conquer/index.md b/chapter_divide_and_conquer/index.md index d16351c5d..a942cfea0 100644 --- a/chapter_divide_and_conquer/index.md +++ b/chapter_divide_and_conquer/index.md @@ -1,7 +1,6 @@ --- comments: true icon: material/set-split -status: new --- # 第 12 章   分治 diff --git a/chapter_divide_and_conquer/summary.md b/chapter_divide_and_conquer/summary.md index f612c5049..5203b5367 100644 --- a/chapter_divide_and_conquer/summary.md +++ b/chapter_divide_and_conquer/summary.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 12.5   小结 diff --git a/chapter_dynamic_programming/dp_problem_features.md b/chapter_dynamic_programming/dp_problem_features.md index 7402bb1ad..fefd24a3f 100644 --- a/chapter_dynamic_programming/dp_problem_features.md +++ b/chapter_dynamic_programming/dp_problem_features.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 14.2   动态规划问题特性 diff --git a/chapter_dynamic_programming/dp_solution_pipeline.md b/chapter_dynamic_programming/dp_solution_pipeline.md index 15363265c..17e6d2bde 100644 --- a/chapter_dynamic_programming/dp_solution_pipeline.md +++ b/chapter_dynamic_programming/dp_solution_pipeline.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 14.3   动态规划解题思路 diff --git a/chapter_dynamic_programming/edit_distance_problem.md b/chapter_dynamic_programming/edit_distance_problem.md index ecef8fa73..08e4d5a6f 100644 --- a/chapter_dynamic_programming/edit_distance_problem.md +++ b/chapter_dynamic_programming/edit_distance_problem.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 14.6   编辑距离问题 diff --git a/chapter_dynamic_programming/index.md b/chapter_dynamic_programming/index.md index 016068a20..94a1a980b 100644 --- a/chapter_dynamic_programming/index.md +++ b/chapter_dynamic_programming/index.md @@ -1,7 +1,6 @@ --- comments: true icon: material/table-pivot -status: new --- # 第 14 章   动态规划 diff --git a/chapter_dynamic_programming/intro_to_dynamic_programming.md b/chapter_dynamic_programming/intro_to_dynamic_programming.md index d49d26866..2f821e77c 100644 --- a/chapter_dynamic_programming/intro_to_dynamic_programming.md +++ b/chapter_dynamic_programming/intro_to_dynamic_programming.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 14.1   初探动态规划 diff --git a/chapter_dynamic_programming/knapsack_problem.md b/chapter_dynamic_programming/knapsack_problem.md index a4843542e..44615cfa0 100644 --- a/chapter_dynamic_programming/knapsack_problem.md +++ b/chapter_dynamic_programming/knapsack_problem.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 14.4   0-1 背包问题 diff --git a/chapter_dynamic_programming/summary.md b/chapter_dynamic_programming/summary.md index 3da712dd4..59b7e89d7 100644 --- a/chapter_dynamic_programming/summary.md +++ b/chapter_dynamic_programming/summary.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 14.7   小结 diff --git a/chapter_dynamic_programming/unbounded_knapsack_problem.md b/chapter_dynamic_programming/unbounded_knapsack_problem.md index 902ed2d83..7ff818a13 100644 --- a/chapter_dynamic_programming/unbounded_knapsack_problem.md +++ b/chapter_dynamic_programming/unbounded_knapsack_problem.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 14.5   完全背包问题 diff --git a/chapter_greedy/fractional_knapsack_problem.md b/chapter_greedy/fractional_knapsack_problem.md index 55d2add1d..fadcaf2a3 100644 --- a/chapter_greedy/fractional_knapsack_problem.md +++ b/chapter_greedy/fractional_knapsack_problem.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 15.2   分数背包问题 diff --git a/chapter_greedy/greedy_algorithm.md b/chapter_greedy/greedy_algorithm.md index 8d39366b6..c92ea0c5d 100644 --- a/chapter_greedy/greedy_algorithm.md +++ b/chapter_greedy/greedy_algorithm.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 15.1   贪心算法 diff --git a/chapter_greedy/index.md b/chapter_greedy/index.md index 504c6f4f2..c790d14b3 100644 --- a/chapter_greedy/index.md +++ b/chapter_greedy/index.md @@ -1,7 +1,6 @@ --- comments: true icon: material/head-heart-outline -status: new --- # 第 15 章   贪心 diff --git a/chapter_greedy/max_capacity_problem.md b/chapter_greedy/max_capacity_problem.md index 6443ad17f..47d46b158 100644 --- a/chapter_greedy/max_capacity_problem.md +++ b/chapter_greedy/max_capacity_problem.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 15.3   最大容量问题 diff --git a/chapter_greedy/max_product_cutting_problem.md b/chapter_greedy/max_product_cutting_problem.md index d831433bc..570bfdf98 100644 --- a/chapter_greedy/max_product_cutting_problem.md +++ b/chapter_greedy/max_product_cutting_problem.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 15.4   最大切分乘积问题 diff --git a/chapter_greedy/summary.md b/chapter_greedy/summary.md index ba6564fe6..61597f46a 100644 --- a/chapter_greedy/summary.md +++ b/chapter_greedy/summary.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 15.5   小结 diff --git a/chapter_searching/binary_search_edge.md b/chapter_searching/binary_search_edge.md index edc0587bb..9c63d81fa 100644 --- a/chapter_searching/binary_search_edge.md +++ b/chapter_searching/binary_search_edge.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 10.3   二分查找边界 diff --git a/chapter_searching/binary_search_insertion.md b/chapter_searching/binary_search_insertion.md index b7b86a295..8ec04f5fe 100644 --- a/chapter_searching/binary_search_insertion.md +++ b/chapter_searching/binary_search_insertion.md @@ -1,6 +1,5 @@ --- comments: true -status: new --- # 10.2   二分查找插入点