diff --git a/404.html b/404.html index 71962c7d5..d649873b0 100644 --- a/404.html +++ b/404.html @@ -179,7 +179,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/assets/covers/chapter_appendix.jpg b/assets/covers/chapter_appendix.jpg index f455b97ca..f88d5ccc7 100644 Binary files a/assets/covers/chapter_appendix.jpg and b/assets/covers/chapter_appendix.jpg differ diff --git a/assets/covers/chapter_array_and_linkedlist.jpg b/assets/covers/chapter_array_and_linkedlist.jpg index c033f7c92..624f21b3b 100644 Binary files a/assets/covers/chapter_array_and_linkedlist.jpg and b/assets/covers/chapter_array_and_linkedlist.jpg differ diff --git a/assets/covers/chapter_backtracking.jpg b/assets/covers/chapter_backtracking.jpg index b5ee69c89..bfc268768 100644 Binary files a/assets/covers/chapter_backtracking.jpg and b/assets/covers/chapter_backtracking.jpg differ diff --git a/assets/covers/chapter_complexity_analysis.jpg b/assets/covers/chapter_complexity_analysis.jpg index be3d1cc43..67e75e007 100644 Binary files a/assets/covers/chapter_complexity_analysis.jpg and b/assets/covers/chapter_complexity_analysis.jpg differ diff --git a/assets/covers/chapter_data_structure.jpg b/assets/covers/chapter_data_structure.jpg index 45a0d0e7c..61892bd51 100644 Binary files a/assets/covers/chapter_data_structure.jpg and b/assets/covers/chapter_data_structure.jpg differ diff --git a/assets/covers/chapter_divide_and_conquer.jpg b/assets/covers/chapter_divide_and_conquer.jpg index 1336e171d..96613abe1 100644 Binary files a/assets/covers/chapter_divide_and_conquer.jpg and b/assets/covers/chapter_divide_and_conquer.jpg differ diff --git a/assets/covers/chapter_dynamic_programming.jpg b/assets/covers/chapter_dynamic_programming.jpg index 376a8900c..416f3b447 100644 Binary files a/assets/covers/chapter_dynamic_programming.jpg and b/assets/covers/chapter_dynamic_programming.jpg differ diff --git a/assets/covers/chapter_graph.jpg b/assets/covers/chapter_graph.jpg index 368fce371..e02c1a589 100644 Binary files a/assets/covers/chapter_graph.jpg and b/assets/covers/chapter_graph.jpg differ diff --git a/assets/covers/chapter_greedy.jpg b/assets/covers/chapter_greedy.jpg index a64651745..09bba4d2a 100644 Binary files a/assets/covers/chapter_greedy.jpg and b/assets/covers/chapter_greedy.jpg differ diff --git a/assets/covers/chapter_hashing.jpg b/assets/covers/chapter_hashing.jpg index 74fdf9a6d..7289be32e 100644 Binary files a/assets/covers/chapter_hashing.jpg and b/assets/covers/chapter_hashing.jpg differ diff --git a/assets/covers/chapter_heap.jpg b/assets/covers/chapter_heap.jpg index 829bfbe11..63630beef 100644 Binary files a/assets/covers/chapter_heap.jpg and b/assets/covers/chapter_heap.jpg differ diff --git a/assets/covers/chapter_introduction.jpg b/assets/covers/chapter_introduction.jpg index 5b80c7ee6..73356b886 100644 Binary files a/assets/covers/chapter_introduction.jpg and b/assets/covers/chapter_introduction.jpg differ diff --git a/assets/covers/chapter_preface.jpg b/assets/covers/chapter_preface.jpg index 4e295e015..8414897ad 100644 Binary files a/assets/covers/chapter_preface.jpg and b/assets/covers/chapter_preface.jpg differ diff --git a/assets/covers/chapter_searching.jpg b/assets/covers/chapter_searching.jpg index 8dce9d89e..0a5226111 100644 Binary files a/assets/covers/chapter_searching.jpg and b/assets/covers/chapter_searching.jpg differ diff --git a/assets/covers/chapter_sorting.jpg b/assets/covers/chapter_sorting.jpg index 2e8023ecd..63b252e76 100644 Binary files a/assets/covers/chapter_sorting.jpg and b/assets/covers/chapter_sorting.jpg differ diff --git a/assets/covers/chapter_stack_and_queue.jpg b/assets/covers/chapter_stack_and_queue.jpg index 6642497b7..e8cd51bfc 100644 Binary files a/assets/covers/chapter_stack_and_queue.jpg and b/assets/covers/chapter_stack_and_queue.jpg differ diff --git a/assets/covers/chapter_tree.jpg b/assets/covers/chapter_tree.jpg index 56c7b1491..7d472d3fc 100644 Binary files a/assets/covers/chapter_tree.jpg and b/assets/covers/chapter_tree.jpg differ diff --git a/chapter_appendix/contribution/index.html b/chapter_appendix/contribution/index.html index cac503fe5..e00cf3311 100644 --- a/chapter_appendix/contribution/index.html +++ b/chapter_appendix/contribution/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_appendix/index.html b/chapter_appendix/index.html index 5b4f245b3..3bfe271a9 100644 --- a/chapter_appendix/index.html +++ b/chapter_appendix/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_appendix/installation/index.html b/chapter_appendix/installation/index.html index 893c4bfa6..54074a83f 100644 --- a/chapter_appendix/installation/index.html +++ b/chapter_appendix/installation/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_appendix/terminology/index.html b/chapter_appendix/terminology/index.html index b5f31ecdf..ea48c541f 100644 --- a/chapter_appendix/terminology/index.html +++ b/chapter_appendix/terminology/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • @@ -3694,12 +3700,12 @@ 1’s complement 反码 -反碼 +一補數 2’s complement 补码 -補碼 +二補數 array @@ -3734,7 +3740,7 @@ list 列表 -列表 +串列 dynamic array @@ -3749,7 +3755,7 @@ random-access memory (RAM) 内存 -內存 +記憶體 cache memory diff --git a/chapter_array_and_linkedlist/array/index.html b/chapter_array_and_linkedlist/array/index.html index e06d865fe..4fd3c6975 100644 --- a/chapter_array_and_linkedlist/array/index.html +++ b/chapter_array_and_linkedlist/array/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_array_and_linkedlist/index.html b/chapter_array_and_linkedlist/index.html index 75c1d5251..10676915a 100644 --- a/chapter_array_and_linkedlist/index.html +++ b/chapter_array_and_linkedlist/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_array_and_linkedlist/linked_list/index.html b/chapter_array_and_linkedlist/linked_list/index.html index f3f17a11b..b1c78456e 100644 --- a/chapter_array_and_linkedlist/linked_list/index.html +++ b/chapter_array_and_linkedlist/linked_list/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_array_and_linkedlist/list/index.html b/chapter_array_and_linkedlist/list/index.html index 72ce649d5..cf3bcf29a 100644 --- a/chapter_array_and_linkedlist/list/index.html +++ b/chapter_array_and_linkedlist/list/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_array_and_linkedlist/ram_and_cache/index.html b/chapter_array_and_linkedlist/ram_and_cache/index.html index 4e248249b..3a4dfb6fc 100644 --- a/chapter_array_and_linkedlist/ram_and_cache/index.html +++ b/chapter_array_and_linkedlist/ram_and_cache/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_array_and_linkedlist/summary/index.html b/chapter_array_and_linkedlist/summary/index.html index e0e45cc91..ec4d24a90 100644 --- a/chapter_array_and_linkedlist/summary/index.html +++ b/chapter_array_and_linkedlist/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_backtracking/backtracking_algorithm/index.html b/chapter_backtracking/backtracking_algorithm/index.html index ce993cb85..6e005ae7b 100644 --- a/chapter_backtracking/backtracking_algorithm/index.html +++ b/chapter_backtracking/backtracking_algorithm/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_backtracking/index.html b/chapter_backtracking/index.html index 114ce8790..fc38a4b1f 100644 --- a/chapter_backtracking/index.html +++ b/chapter_backtracking/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_backtracking/n_queens_problem/index.html b/chapter_backtracking/n_queens_problem/index.html index a69caa541..35cef9bc7 100644 --- a/chapter_backtracking/n_queens_problem/index.html +++ b/chapter_backtracking/n_queens_problem/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_backtracking/permutations_problem/index.html b/chapter_backtracking/permutations_problem/index.html index 538a2fca4..cb9358677 100644 --- a/chapter_backtracking/permutations_problem/index.html +++ b/chapter_backtracking/permutations_problem/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_backtracking/subset_sum_problem/index.html b/chapter_backtracking/subset_sum_problem/index.html index 1397e32d3..23f6a8393 100644 --- a/chapter_backtracking/subset_sum_problem/index.html +++ b/chapter_backtracking/subset_sum_problem/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_backtracking/summary/index.html b/chapter_backtracking/summary/index.html index effe472a4..34ec181b2 100644 --- a/chapter_backtracking/summary/index.html +++ b/chapter_backtracking/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_computational_complexity/index.html b/chapter_computational_complexity/index.html index 70be085e6..295178e00 100644 --- a/chapter_computational_complexity/index.html +++ b/chapter_computational_complexity/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_computational_complexity/iteration_and_recursion/index.html b/chapter_computational_complexity/iteration_and_recursion/index.html index 43f1754ec..e075b07f1 100644 --- a/chapter_computational_complexity/iteration_and_recursion/index.html +++ b/chapter_computational_complexity/iteration_and_recursion/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_computational_complexity/performance_evaluation/index.html b/chapter_computational_complexity/performance_evaluation/index.html index db8ba175a..db40e0d1a 100644 --- a/chapter_computational_complexity/performance_evaluation/index.html +++ b/chapter_computational_complexity/performance_evaluation/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_computational_complexity/space_complexity/index.html b/chapter_computational_complexity/space_complexity/index.html index b97c436dd..107639762 100644 --- a/chapter_computational_complexity/space_complexity/index.html +++ b/chapter_computational_complexity/space_complexity/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_computational_complexity/summary/index.html b/chapter_computational_complexity/summary/index.html index aa25af7c3..aa7acfe3b 100644 --- a/chapter_computational_complexity/summary/index.html +++ b/chapter_computational_complexity/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_computational_complexity/time_complexity/index.html b/chapter_computational_complexity/time_complexity/index.html index 4ceeed3d6..bc2b940c9 100644 --- a/chapter_computational_complexity/time_complexity/index.html +++ b/chapter_computational_complexity/time_complexity/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • @@ -4557,7 +4563,7 @@ T(n) = 3 + 2n \]

    \(T(n)\) 是一次函数,说明其运行时间的增长趋势是线性的,因此它的时间复杂度是线性阶。

    -

    我们将线性阶的时间复杂度记为 \(O(n)\) ,这个数学符号称为大(\(O\) 记号 big-\(O\) notation),表示函数 \(T(n)\)渐近上界(asymptotic upper bound)

    +

    我们将线性阶的时间复杂度记为 \(O(n)\) ,这个数学符号称为\(O\) 记号(big-\(O\) notation),表示函数 \(T(n)\)渐近上界(asymptotic upper bound)

    时间复杂度分析本质上是计算“操作数量 \(T(n)\)”的渐近上界,它具有明确的数学定义。

    函数渐近上界

    diff --git a/chapter_data_structure/basic_data_types/index.html b/chapter_data_structure/basic_data_types/index.html index 4b373d48a..3cc7cab96 100644 --- a/chapter_data_structure/basic_data_types/index.html +++ b/chapter_data_structure/basic_data_types/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_data_structure/character_encoding/index.html b/chapter_data_structure/character_encoding/index.html index 8ad74292c..7140da833 100644 --- a/chapter_data_structure/character_encoding/index.html +++ b/chapter_data_structure/character_encoding/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_data_structure/classification_of_data_structure/index.html b/chapter_data_structure/classification_of_data_structure/index.html index a428b01ee..f2076596d 100644 --- a/chapter_data_structure/classification_of_data_structure/index.html +++ b/chapter_data_structure/classification_of_data_structure/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_data_structure/index.html b/chapter_data_structure/index.html index 7480af43c..a79b99a23 100644 --- a/chapter_data_structure/index.html +++ b/chapter_data_structure/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_data_structure/number_encoding/index.html b/chapter_data_structure/number_encoding/index.html index d30e751b7..d6f61d508 100644 --- a/chapter_data_structure/number_encoding/index.html +++ b/chapter_data_structure/number_encoding/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_data_structure/summary/index.html b/chapter_data_structure/summary/index.html index 6787d9dd1..52063bf55 100644 --- a/chapter_data_structure/summary/index.html +++ b/chapter_data_structure/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_divide_and_conquer/binary_search_recur/index.html b/chapter_divide_and_conquer/binary_search_recur/index.html index a79a23180..714e52c8d 100644 --- a/chapter_divide_and_conquer/binary_search_recur/index.html +++ b/chapter_divide_and_conquer/binary_search_recur/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_divide_and_conquer/build_binary_tree_problem/index.html b/chapter_divide_and_conquer/build_binary_tree_problem/index.html index 858abfed8..428a24bf7 100644 --- a/chapter_divide_and_conquer/build_binary_tree_problem/index.html +++ b/chapter_divide_and_conquer/build_binary_tree_problem/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_divide_and_conquer/divide_and_conquer/index.html b/chapter_divide_and_conquer/divide_and_conquer/index.html index ab6ae986f..a3e9830b6 100644 --- a/chapter_divide_and_conquer/divide_and_conquer/index.html +++ b/chapter_divide_and_conquer/divide_and_conquer/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_divide_and_conquer/hanota_problem/index.html b/chapter_divide_and_conquer/hanota_problem/index.html index 9cdeff65d..2b15f5562 100644 --- a/chapter_divide_and_conquer/hanota_problem/index.html +++ b/chapter_divide_and_conquer/hanota_problem/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_divide_and_conquer/index.html b/chapter_divide_and_conquer/index.html index 4202e623c..ee0caa646 100644 --- a/chapter_divide_and_conquer/index.html +++ b/chapter_divide_and_conquer/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_divide_and_conquer/summary/index.html b/chapter_divide_and_conquer/summary/index.html index 71b7e3db1..c26bf6eeb 100644 --- a/chapter_divide_and_conquer/summary/index.html +++ b/chapter_divide_and_conquer/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_dynamic_programming/dp_problem_features/index.html b/chapter_dynamic_programming/dp_problem_features/index.html index f58602c2a..c2aa0f661 100644 --- a/chapter_dynamic_programming/dp_problem_features/index.html +++ b/chapter_dynamic_programming/dp_problem_features/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_dynamic_programming/dp_solution_pipeline/index.html b/chapter_dynamic_programming/dp_solution_pipeline/index.html index 598f43437..5b5e12c8e 100644 --- a/chapter_dynamic_programming/dp_solution_pipeline/index.html +++ b/chapter_dynamic_programming/dp_solution_pipeline/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_dynamic_programming/edit_distance_problem/index.html b/chapter_dynamic_programming/edit_distance_problem/index.html index eee87ba30..cf06b8a3a 100644 --- a/chapter_dynamic_programming/edit_distance_problem/index.html +++ b/chapter_dynamic_programming/edit_distance_problem/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_dynamic_programming/index.html b/chapter_dynamic_programming/index.html index 2b52ddc45..26614e094 100644 --- a/chapter_dynamic_programming/index.html +++ b/chapter_dynamic_programming/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_dynamic_programming/intro_to_dynamic_programming/index.html b/chapter_dynamic_programming/intro_to_dynamic_programming/index.html index 05bec5c6b..dd265cc86 100644 --- a/chapter_dynamic_programming/intro_to_dynamic_programming/index.html +++ b/chapter_dynamic_programming/intro_to_dynamic_programming/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_dynamic_programming/knapsack_problem/index.html b/chapter_dynamic_programming/knapsack_problem/index.html index aa866e2ca..230394ab2 100644 --- a/chapter_dynamic_programming/knapsack_problem/index.html +++ b/chapter_dynamic_programming/knapsack_problem/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_dynamic_programming/summary/index.html b/chapter_dynamic_programming/summary/index.html index 11c50de6a..26a928ba8 100644 --- a/chapter_dynamic_programming/summary/index.html +++ b/chapter_dynamic_programming/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_dynamic_programming/unbounded_knapsack_problem/index.html b/chapter_dynamic_programming/unbounded_knapsack_problem/index.html index bb821f6da..c11caa77b 100644 --- a/chapter_dynamic_programming/unbounded_knapsack_problem/index.html +++ b/chapter_dynamic_programming/unbounded_knapsack_problem/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_graph/graph/index.html b/chapter_graph/graph/index.html index 97bd5e86d..cc071aabb 100644 --- a/chapter_graph/graph/index.html +++ b/chapter_graph/graph/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_graph/graph_operations/index.html b/chapter_graph/graph_operations/index.html index 214ab7eda..364f3d140 100644 --- a/chapter_graph/graph_operations/index.html +++ b/chapter_graph/graph_operations/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_graph/graph_traversal/index.html b/chapter_graph/graph_traversal/index.html index 268671640..9a861a3ca 100644 --- a/chapter_graph/graph_traversal/index.html +++ b/chapter_graph/graph_traversal/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_graph/index.html b/chapter_graph/index.html index ff8c84b6b..ebf714b62 100644 --- a/chapter_graph/index.html +++ b/chapter_graph/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_graph/summary/index.html b/chapter_graph/summary/index.html index c6f4d63f3..5548a5cc9 100644 --- a/chapter_graph/summary/index.html +++ b/chapter_graph/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_greedy/fractional_knapsack_problem/index.html b/chapter_greedy/fractional_knapsack_problem/index.html index 1fa9397cf..ef8358c10 100644 --- a/chapter_greedy/fractional_knapsack_problem/index.html +++ b/chapter_greedy/fractional_knapsack_problem/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_greedy/greedy_algorithm/index.html b/chapter_greedy/greedy_algorithm/index.html index a118c50eb..4be7cc158 100644 --- a/chapter_greedy/greedy_algorithm/index.html +++ b/chapter_greedy/greedy_algorithm/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_greedy/index.html b/chapter_greedy/index.html index 0977f7f05..02cae1135 100644 --- a/chapter_greedy/index.html +++ b/chapter_greedy/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_greedy/max_capacity_problem/index.html b/chapter_greedy/max_capacity_problem/index.html index 8b2393c94..8ce63bf95 100644 --- a/chapter_greedy/max_capacity_problem/index.html +++ b/chapter_greedy/max_capacity_problem/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_greedy/max_product_cutting_problem/index.html b/chapter_greedy/max_product_cutting_problem/index.html index 5f712a0cc..9c3feff98 100644 --- a/chapter_greedy/max_product_cutting_problem/index.html +++ b/chapter_greedy/max_product_cutting_problem/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_greedy/summary/index.html b/chapter_greedy/summary/index.html index 029e408ae..23cf4d477 100644 --- a/chapter_greedy/summary/index.html +++ b/chapter_greedy/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_hashing/hash_algorithm/index.html b/chapter_hashing/hash_algorithm/index.html index 93dd1314c..e053fe05e 100644 --- a/chapter_hashing/hash_algorithm/index.html +++ b/chapter_hashing/hash_algorithm/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_hashing/hash_collision/index.html b/chapter_hashing/hash_collision/index.html index e13b2b03b..da44cbe32 100644 --- a/chapter_hashing/hash_collision/index.html +++ b/chapter_hashing/hash_collision/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_hashing/hash_map/index.html b/chapter_hashing/hash_map/index.html index 0f81ced98..309aa3c78 100644 --- a/chapter_hashing/hash_map/index.html +++ b/chapter_hashing/hash_map/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_hashing/index.html b/chapter_hashing/index.html index cde285d6c..876ffcf35 100644 --- a/chapter_hashing/index.html +++ b/chapter_hashing/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_hashing/summary/index.html b/chapter_hashing/summary/index.html index c1e25028c..46e14830d 100644 --- a/chapter_hashing/summary/index.html +++ b/chapter_hashing/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_heap/build_heap/index.html b/chapter_heap/build_heap/index.html index 99c3de9a5..1561329a0 100644 --- a/chapter_heap/build_heap/index.html +++ b/chapter_heap/build_heap/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_heap/heap.assets/heap_pop_step10.png b/chapter_heap/heap.assets/heap_pop_step10.png index d831efbf9..450ad9b8f 100644 Binary files a/chapter_heap/heap.assets/heap_pop_step10.png and b/chapter_heap/heap.assets/heap_pop_step10.png differ diff --git a/chapter_heap/heap.assets/heap_push_step9.png b/chapter_heap/heap.assets/heap_push_step9.png index 8f26a52ca..14d20ceaf 100644 Binary files a/chapter_heap/heap.assets/heap_push_step9.png and b/chapter_heap/heap.assets/heap_push_step9.png differ diff --git a/chapter_heap/heap/index.html b/chapter_heap/heap/index.html index cd5fbf957..db6301560 100644 --- a/chapter_heap/heap/index.html +++ b/chapter_heap/heap/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_heap/index.html b/chapter_heap/index.html index 5dd327f7f..f4af9f591 100644 --- a/chapter_heap/index.html +++ b/chapter_heap/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_heap/summary/index.html b/chapter_heap/summary/index.html index 043780608..cbb3cdf72 100644 --- a/chapter_heap/summary/index.html +++ b/chapter_heap/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_heap/top_k/index.html b/chapter_heap/top_k/index.html index 15fcf4103..d89e07248 100644 --- a/chapter_heap/top_k/index.html +++ b/chapter_heap/top_k/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_hello_algo/index.html b/chapter_hello_algo/index.html index 6724f83ce..34753f433 100644 --- a/chapter_hello_algo/index.html +++ b/chapter_hello_algo/index.html @@ -199,7 +199,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_introduction/algorithms_are_everywhere/index.html b/chapter_introduction/algorithms_are_everywhere/index.html index eec8367d4..7b95e629c 100644 --- a/chapter_introduction/algorithms_are_everywhere/index.html +++ b/chapter_introduction/algorithms_are_everywhere/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_introduction/index.html b/chapter_introduction/index.html index 7e13786c8..037a25752 100644 --- a/chapter_introduction/index.html +++ b/chapter_introduction/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_introduction/summary/index.html b/chapter_introduction/summary/index.html index 2fa57672d..840dc0a10 100644 --- a/chapter_introduction/summary/index.html +++ b/chapter_introduction/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_introduction/what_is_dsa/index.html b/chapter_introduction/what_is_dsa/index.html index 52504fb8a..d9178db23 100644 --- a/chapter_introduction/what_is_dsa/index.html +++ b/chapter_introduction/what_is_dsa/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_paperbook/index.html b/chapter_paperbook/index.html index 31f7600b7..a519968fa 100644 --- a/chapter_paperbook/index.html +++ b/chapter_paperbook/index.html @@ -199,7 +199,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_preface/about_the_book/index.html b/chapter_preface/about_the_book/index.html index 9812eb6fc..f2f2c60a6 100644 --- a/chapter_preface/about_the_book/index.html +++ b/chapter_preface/about_the_book/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_preface/index.html b/chapter_preface/index.html index ecda90ba4..b2ee465e2 100644 --- a/chapter_preface/index.html +++ b/chapter_preface/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_preface/suggestions/index.html b/chapter_preface/suggestions/index.html index ffb7d77aa..f5afd085a 100644 --- a/chapter_preface/suggestions/index.html +++ b/chapter_preface/suggestions/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_preface/summary/index.html b/chapter_preface/summary/index.html index c71400f51..681b5e4b2 100644 --- a/chapter_preface/summary/index.html +++ b/chapter_preface/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_reference/index.html b/chapter_reference/index.html index 8fbd637f5..edd887295 100644 --- a/chapter_reference/index.html +++ b/chapter_reference/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_searching/binary_search/index.html b/chapter_searching/binary_search/index.html index 8f0759c5b..b33fe8a0b 100644 --- a/chapter_searching/binary_search/index.html +++ b/chapter_searching/binary_search/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_searching/binary_search_edge/index.html b/chapter_searching/binary_search_edge/index.html index 25ecea80f..89761c65f 100644 --- a/chapter_searching/binary_search_edge/index.html +++ b/chapter_searching/binary_search_edge/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_searching/binary_search_insertion/index.html b/chapter_searching/binary_search_insertion/index.html index 02ebedc22..61f3dc14d 100644 --- a/chapter_searching/binary_search_insertion/index.html +++ b/chapter_searching/binary_search_insertion/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_searching/index.html b/chapter_searching/index.html index ad7080ecf..d0eca2eae 100644 --- a/chapter_searching/index.html +++ b/chapter_searching/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_searching/replace_linear_by_hashing/index.html b/chapter_searching/replace_linear_by_hashing/index.html index 2205baeb9..c2ece6a89 100644 --- a/chapter_searching/replace_linear_by_hashing/index.html +++ b/chapter_searching/replace_linear_by_hashing/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_searching/searching_algorithm_revisited/index.html b/chapter_searching/searching_algorithm_revisited/index.html index b179ab546..6f7537338 100644 --- a/chapter_searching/searching_algorithm_revisited/index.html +++ b/chapter_searching/searching_algorithm_revisited/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_searching/summary/index.html b/chapter_searching/summary/index.html index 6b0d0b580..5eee11ff2 100644 --- a/chapter_searching/summary/index.html +++ b/chapter_searching/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_sorting/bubble_sort/index.html b/chapter_sorting/bubble_sort/index.html index 5d0cd73f7..dd3d44c28 100644 --- a/chapter_sorting/bubble_sort/index.html +++ b/chapter_sorting/bubble_sort/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_sorting/bucket_sort/index.html b/chapter_sorting/bucket_sort/index.html index 401a0aaf4..d545699c7 100644 --- a/chapter_sorting/bucket_sort/index.html +++ b/chapter_sorting/bucket_sort/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_sorting/counting_sort/index.html b/chapter_sorting/counting_sort/index.html index 6cdd03f5e..ef168340c 100644 --- a/chapter_sorting/counting_sort/index.html +++ b/chapter_sorting/counting_sort/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_sorting/heap_sort/index.html b/chapter_sorting/heap_sort/index.html index 29514b4a4..5dbb607a2 100644 --- a/chapter_sorting/heap_sort/index.html +++ b/chapter_sorting/heap_sort/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_sorting/index.html b/chapter_sorting/index.html index 663666676..11b095156 100644 --- a/chapter_sorting/index.html +++ b/chapter_sorting/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_sorting/insertion_sort/index.html b/chapter_sorting/insertion_sort/index.html index 3d99c978c..bf4381d3c 100644 --- a/chapter_sorting/insertion_sort/index.html +++ b/chapter_sorting/insertion_sort/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_sorting/merge_sort/index.html b/chapter_sorting/merge_sort/index.html index 412a26a07..aef9fcc6a 100644 --- a/chapter_sorting/merge_sort/index.html +++ b/chapter_sorting/merge_sort/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_sorting/quick_sort/index.html b/chapter_sorting/quick_sort/index.html index 99e8e6ae6..397f4dffe 100644 --- a/chapter_sorting/quick_sort/index.html +++ b/chapter_sorting/quick_sort/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_sorting/radix_sort/index.html b/chapter_sorting/radix_sort/index.html index ed4bae16b..704897970 100644 --- a/chapter_sorting/radix_sort/index.html +++ b/chapter_sorting/radix_sort/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_sorting/selection_sort/index.html b/chapter_sorting/selection_sort/index.html index 97ffe0c61..2e6176156 100644 --- a/chapter_sorting/selection_sort/index.html +++ b/chapter_sorting/selection_sort/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_sorting/sorting_algorithm/index.html b/chapter_sorting/sorting_algorithm/index.html index c5e47005e..15a1375cd 100644 --- a/chapter_sorting/sorting_algorithm/index.html +++ b/chapter_sorting/sorting_algorithm/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_sorting/summary/index.html b/chapter_sorting/summary/index.html index 4bba2618f..93ac95f16 100644 --- a/chapter_sorting/summary/index.html +++ b/chapter_sorting/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_stack_and_queue/deque/index.html b/chapter_stack_and_queue/deque/index.html index 90872a98d..53a6cee54 100644 --- a/chapter_stack_and_queue/deque/index.html +++ b/chapter_stack_and_queue/deque/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_stack_and_queue/index.html b/chapter_stack_and_queue/index.html index e415d95bb..463742054 100644 --- a/chapter_stack_and_queue/index.html +++ b/chapter_stack_and_queue/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_stack_and_queue/queue/index.html b/chapter_stack_and_queue/queue/index.html index 304ea8d9c..84bb0e305 100644 --- a/chapter_stack_and_queue/queue/index.html +++ b/chapter_stack_and_queue/queue/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_stack_and_queue/stack/index.html b/chapter_stack_and_queue/stack/index.html index 2916fbe64..0032c1961 100644 --- a/chapter_stack_and_queue/stack/index.html +++ b/chapter_stack_and_queue/stack/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_stack_and_queue/summary/index.html b/chapter_stack_and_queue/summary/index.html index 3f0af5097..71e89cd54 100644 --- a/chapter_stack_and_queue/summary/index.html +++ b/chapter_stack_and_queue/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_tree/array_representation_of_tree/index.html b/chapter_tree/array_representation_of_tree/index.html index 1e827c9cf..3aec7ec64 100644 --- a/chapter_tree/array_representation_of_tree/index.html +++ b/chapter_tree/array_representation_of_tree/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_tree/avl_tree/index.html b/chapter_tree/avl_tree/index.html index abc84b251..cd5bb5560 100644 --- a/chapter_tree/avl_tree/index.html +++ b/chapter_tree/avl_tree/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_tree/binary_search_tree/index.html b/chapter_tree/binary_search_tree/index.html index b8f8a980e..caba41fe1 100644 --- a/chapter_tree/binary_search_tree/index.html +++ b/chapter_tree/binary_search_tree/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_tree/binary_tree/index.html b/chapter_tree/binary_tree/index.html index 907849270..8f9818d10 100644 --- a/chapter_tree/binary_tree/index.html +++ b/chapter_tree/binary_tree/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_tree/binary_tree_traversal/index.html b/chapter_tree/binary_tree_traversal/index.html index 7af3fcb87..2a3431a08 100644 --- a/chapter_tree/binary_tree_traversal/index.html +++ b/chapter_tree/binary_tree_traversal/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_tree/index.html b/chapter_tree/index.html index 158718182..710c5c684 100644 --- a/chapter_tree/index.html +++ b/chapter_tree/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/chapter_tree/summary/index.html b/chapter_tree/summary/index.html index c440eb730..9ddfb17ce 100644 --- a/chapter_tree/summary/index.html +++ b/chapter_tree/summary/index.html @@ -201,7 +201,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • diff --git a/en/404.html b/en/404.html index 480b5d9ae..9a0f304b1 100644 --- a/en/404.html +++ b/en/404.html @@ -179,7 +179,13 @@
  • - 中文 + 简体中文 + +
  • + +
  • + + 繁體中文
  • @@ -371,7 +377,7 @@ - 0.1 About This Book + 0.1 About this book @@ -392,7 +398,7 @@ - 0.2 How to Read + 0.2 How to read @@ -469,7 +475,7 @@ - Chapter 1. Introduction to Algorithms + Chapter 1. Introduction to algorithms @@ -485,7 +491,7 @@