diff --git a/ja/docs/chapter_appendix/index.md b/ja/docs/chapter_appendix/index.md index ab1180eb4..492484c86 100644 --- a/ja/docs/chapter_appendix/index.md +++ b/ja/docs/chapter_appendix/index.md @@ -10,5 +10,5 @@ icon: material/help-circle-outline ## 章の内容 - [16.1 プログラミング環境のインストール](installation.md) -- [16.2 一緒に創作に参加](contribution.md) +- [16.2 一緒に創作に参加する](contribution.md) - [16.3 用語集](terminology.md) diff --git a/ja/docs/chapter_backtracking/index.md b/ja/docs/chapter_backtracking/index.md index 4e3c7ac81..387254e7e 100644 --- a/ja/docs/chapter_backtracking/index.md +++ b/ja/docs/chapter_backtracking/index.md @@ -16,7 +16,7 @@ icon: material/map-marker-path ## 章の内容 - [13.1 バックトラッキングアルゴリズム](backtracking_algorithm.md) -- [13.2 順列問題](permutations_problem.md) +- [13.2 全順列問題](permutations_problem.md) - [13.3 部分集合和問題](subset_sum_problem.md) - [13.4 Nクイーン問題](n_queens_problem.md) - [13.5 まとめ](summary.md) diff --git a/ja/docs/chapter_computational_complexity/index.md b/ja/docs/chapter_computational_complexity/index.md index 838e1ac4b..ce25fccaf 100644 --- a/ja/docs/chapter_computational_complexity/index.md +++ b/ja/docs/chapter_computational_complexity/index.md @@ -15,7 +15,7 @@ icon: material/timer-sand ## 章の内容 -- [2.1 アルゴリズム効率評価](performance_evaluation.md) +- [2.1 アルゴリズムの効率評価](performance_evaluation.md) - [2.2 反復と再帰](iteration_and_recursion.md) - [2.3 時間計算量](time_complexity.md) - [2.4 空間計算量](space_complexity.md) diff --git a/ja/docs/chapter_data_structure/index.md b/ja/docs/chapter_data_structure/index.md index 068d46c7b..37e0bcea7 100644 --- a/ja/docs/chapter_data_structure/index.md +++ b/ja/docs/chapter_data_structure/index.md @@ -17,6 +17,6 @@ icon: material/shape-outline - [3.1 データ構造の分類](classification_of_data_structure.md) - [3.2 基本データ型](basic_data_types.md) -- [3.3 数値エンコーディング *](number_encoding.md) -- [3.4 文字エンコーディング *](character_encoding.md) +- [3.3 数値の符号化 *](number_encoding.md) +- [3.4 文字の符号化 *](character_encoding.md) - [3.5 まとめ](summary.md) diff --git a/ja/docs/chapter_divide_and_conquer/index.md b/ja/docs/chapter_divide_and_conquer/index.md index 54dd83d0a..63ea0d9c6 100644 --- a/ja/docs/chapter_divide_and_conquer/index.md +++ b/ja/docs/chapter_divide_and_conquer/index.md @@ -17,6 +17,6 @@ icon: material/set-split - [12.1 分割統治アルゴリズム](divide_and_conquer.md) - [12.2 分割統治探索戦略](binary_search_recur.md) -- [12.3 二分木構築問題](build_binary_tree_problem.md) +- [12.3 木の構築問題](build_binary_tree_problem.md) - [12.4 ハノイの塔問題](hanota_problem.md) - [12.5 まとめ](summary.md) diff --git a/ja/docs/chapter_dynamic_programming/index.md b/ja/docs/chapter_dynamic_programming/index.md index 87eb91db5..31bb6d91a 100644 --- a/ja/docs/chapter_dynamic_programming/index.md +++ b/ja/docs/chapter_dynamic_programming/index.md @@ -15,10 +15,10 @@ icon: material/table-pivot ## 章の内容 -- [14.1 動的プログラミング入門](intro_to_dynamic_programming.md) -- [14.2 DP問題の特性](dp_problem_features.md) -- [14.3 DP問題解決アプローチ](dp_solution_pipeline.md) +- [14.1 動的計画法の初歩](intro_to_dynamic_programming.md) +- [14.2 DP 問題の特性](dp_problem_features.md) +- [14.3 DP の解法の考え方](dp_solution_pipeline.md) - [14.4 0-1ナップサック問題](knapsack_problem.md) -- [14.5 無制限ナップサック問題](unbounded_knapsack_problem.md) +- [14.5 完全ナップサック問題](unbounded_knapsack_problem.md) - [14.6 編集距離問題](edit_distance_problem.md) - [14.7 まとめ](summary.md) diff --git a/ja/docs/chapter_greedy/index.md b/ja/docs/chapter_greedy/index.md index 54accdba0..ff4870a88 100644 --- a/ja/docs/chapter_greedy/index.md +++ b/ja/docs/chapter_greedy/index.md @@ -18,5 +18,5 @@ icon: material/head-heart-outline - [15.1 貪欲アルゴリズム](greedy_algorithm.md) - [15.2 分数ナップサック問題](fractional_knapsack_problem.md) - [15.3 最大容量問題](max_capacity_problem.md) -- [15.4 最大積切断問題](max_product_cutting_problem.md) +- [15.4 最大積分割問題](max_product_cutting_problem.md) - [15.5 まとめ](summary.md) diff --git a/ja/docs/chapter_heap/index.md b/ja/docs/chapter_heap/index.md index 0251b465e..eba589741 100644 --- a/ja/docs/chapter_heap/index.md +++ b/ja/docs/chapter_heap/index.md @@ -16,6 +16,6 @@ icon: material/family-tree ## 章の内容 - [8.1 ヒープ](heap.md) -- [8.2 ヒープの構築](build_heap.md) -- [8.3 Top-k問題](top_k.md) +- [8.2 ヒープ構築操作](build_heap.md) +- [8.3 Top-k 問題](top_k.md) - [8.4 まとめ](summary.md) diff --git a/ja/docs/chapter_preface/index.md b/ja/docs/chapter_preface/index.md index b0c05f108..b9ecef68b 100644 --- a/ja/docs/chapter_preface/index.md +++ b/ja/docs/chapter_preface/index.md @@ -15,6 +15,6 @@ icon: material/book-open-outline ## 章の内容 -- [0.1 この本について](about_the_book.md) +- [0.1 本書について](about_the_book.md) - [0.2 本書の使い方](suggestions.md) - [0.3 まとめ](summary.md) diff --git a/ja/docs/chapter_searching/index.md b/ja/docs/chapter_searching/index.md index 813aa8671..db26bd581 100644 --- a/ja/docs/chapter_searching/index.md +++ b/ja/docs/chapter_searching/index.md @@ -16,8 +16,8 @@ icon: material/text-search ## 章の内容 - [10.1 二分探索](binary_search.md) -- [10.2 二分探索挿入点](binary_search_insertion.md) +- [10.2 二分探索の挿入点](binary_search_insertion.md) - [10.3 二分探索の境界](binary_search_edge.md) - [10.4 ハッシュ最適化戦略](replace_linear_by_hashing.md) -- [10.5 探索アルゴリズム再考](searching_algorithm_revisited.md) +- [10.5 探索アルゴリズムの再認識](searching_algorithm_revisited.md) - [10.6 まとめ](summary.md) diff --git a/ja/docs/chapter_tree/index.md b/ja/docs/chapter_tree/index.md index 4af25206a..4772a7fe3 100644 --- a/ja/docs/chapter_tree/index.md +++ b/ja/docs/chapter_tree/index.md @@ -17,7 +17,7 @@ icon: material/graph-outline - [7.1 二分木](binary_tree.md) - [7.2 二分木の走査](binary_tree_traversal.md) -- [7.3 木の配列表現](array_representation_of_tree.md) +- [7.3 二分木の配列表現](array_representation_of_tree.md) - [7.4 二分探索木](binary_search_tree.md) - [7.5 AVL木 *](avl_tree.md) - [7.6 まとめ](summary.md) diff --git a/overrides/partials/comments.html b/overrides/partials/comments.html index 6f02cdf8c..4a2f570c2 100755 --- a/overrides/partials/comments.html +++ b/overrides/partials/comments.html @@ -8,12 +8,21 @@ {% elif config.theme.language == 'en' %} {% set comm = "Feel free to drop your insights, questions or suggestions" %} {% set lang = "en" %} + {% elif config.theme.language == 'ja' %} + {% set comm = "ご意見、ご質問、ご提案があればぜひコメントしてください" %} + {% set lang = "ja" %} + {% elif config.theme.language == 'ru' %} + {% set comm = "Оставляйте свои идеи, вопросы и предложения в комментариях" %} + {% set lang = "ru" %} {% endif %} - + + + {% include "partials/checkin.html" ignore missing %} +