diff --git a/docs-en/chapter_array_and_linkedlist/array.assets/array_definition.png b/docs-en/chapter_array_and_linkedlist/array.assets/array_definition.png index 6cb6e5804..fd29508ee 100644 Binary files a/docs-en/chapter_array_and_linkedlist/array.assets/array_definition.png and b/docs-en/chapter_array_and_linkedlist/array.assets/array_definition.png differ diff --git a/docs-en/chapter_array_and_linkedlist/array.assets/array_insert_element.png b/docs-en/chapter_array_and_linkedlist/array.assets/array_insert_element.png index b8a3bbadd..5c10ac710 100644 Binary files a/docs-en/chapter_array_and_linkedlist/array.assets/array_insert_element.png and b/docs-en/chapter_array_and_linkedlist/array.assets/array_insert_element.png differ diff --git a/docs-en/chapter_array_and_linkedlist/array.assets/array_memory_location_calculation.png b/docs-en/chapter_array_and_linkedlist/array.assets/array_memory_location_calculation.png index 4e3d20163..be1246156 100644 Binary files a/docs-en/chapter_array_and_linkedlist/array.assets/array_memory_location_calculation.png and b/docs-en/chapter_array_and_linkedlist/array.assets/array_memory_location_calculation.png differ diff --git a/docs-en/chapter_array_and_linkedlist/array.assets/array_remove_element.png b/docs-en/chapter_array_and_linkedlist/array.assets/array_remove_element.png index 33162da65..416b2a66f 100644 Binary files a/docs-en/chapter_array_and_linkedlist/array.assets/array_remove_element.png and b/docs-en/chapter_array_and_linkedlist/array.assets/array_remove_element.png differ diff --git a/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_common_types.png b/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_common_types.png index dde887ed3..3780b1508 100644 Binary files a/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_common_types.png and b/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_common_types.png differ diff --git a/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_definition.png b/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_definition.png index a125c7eed..f831715f3 100644 Binary files a/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_definition.png and b/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_definition.png differ diff --git a/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_insert_node.png b/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_insert_node.png index 4710a893b..a9a770981 100644 Binary files a/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_insert_node.png and b/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_insert_node.png differ diff --git a/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_remove_node.png b/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_remove_node.png index 16c54ec6c..3f1179aeb 100644 Binary files a/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_remove_node.png and b/docs-en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_remove_node.png differ diff --git a/docs-en/chapter_array_and_linkedlist/ram_and_cache.assets/computer_storage_devices.png b/docs-en/chapter_array_and_linkedlist/ram_and_cache.assets/computer_storage_devices.png index 25f848c43..a166d1b6c 100644 Binary files a/docs-en/chapter_array_and_linkedlist/ram_and_cache.assets/computer_storage_devices.png and b/docs-en/chapter_array_and_linkedlist/ram_and_cache.assets/computer_storage_devices.png differ diff --git a/docs-en/chapter_array_and_linkedlist/ram_and_cache.assets/storage_pyramid.png b/docs-en/chapter_array_and_linkedlist/ram_and_cache.assets/storage_pyramid.png index 55c91f7db..eafa8852e 100644 Binary files a/docs-en/chapter_array_and_linkedlist/ram_and_cache.assets/storage_pyramid.png and b/docs-en/chapter_array_and_linkedlist/ram_and_cache.assets/storage_pyramid.png differ diff --git a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step1.png b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step1.png index 604be22da..7f1d28e52 100644 Binary files a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step1.png and b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step1.png differ diff --git a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step2.png b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step2.png index ca0c6430c..396f9ddfb 100644 Binary files a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step2.png and b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step2.png differ diff --git a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step3.png b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step3.png index 36b604f31..e31cef159 100644 Binary files a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step3.png and b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step3.png differ diff --git a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step4.png b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step4.png index 5dd90fa9b..d3661bc69 100644 Binary files a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step4.png and b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step4.png differ diff --git a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step5.png b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step5.png index 7d2e1fb7c..58ad458f6 100644 Binary files a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step5.png and b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step5.png differ diff --git a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/greedy_change.png b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/greedy_change.png index abeafe785..c228910cb 100644 Binary files a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/greedy_change.png and b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/greedy_change.png differ diff --git a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/playing_cards_sorting.png b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/playing_cards_sorting.png index 68fa8f444..ffa4462b8 100644 Binary files a/docs-en/chapter_introduction/algorithms_are_everywhere.assets/playing_cards_sorting.png and b/docs-en/chapter_introduction/algorithms_are_everywhere.assets/playing_cards_sorting.png differ diff --git a/docs-en/chapter_introduction/what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png b/docs-en/chapter_introduction/what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png index d785391d7..a0e3e5768 100644 Binary files a/docs-en/chapter_introduction/what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png and b/docs-en/chapter_introduction/what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png differ diff --git a/docs-en/chapter_preface/suggestions.assets/code_md_to_repo.png b/docs-en/chapter_preface/suggestions.assets/code_md_to_repo.png index ca34b7c2f..6570b3d7f 100644 Binary files a/docs-en/chapter_preface/suggestions.assets/code_md_to_repo.png and b/docs-en/chapter_preface/suggestions.assets/code_md_to_repo.png differ diff --git a/docs-en/chapter_preface/suggestions.assets/learning_route.png b/docs-en/chapter_preface/suggestions.assets/learning_route.png index 9784ecc79..4492a788f 100644 Binary files a/docs-en/chapter_preface/suggestions.assets/learning_route.png and b/docs-en/chapter_preface/suggestions.assets/learning_route.png differ diff --git a/docs/chapter_paperbook/index.assets/book_jd_link.jpg b/docs/chapter_paperbook/index.assets/book_jd_link.jpg new file mode 100644 index 000000000..623ac8ca1 Binary files /dev/null and b/docs/chapter_paperbook/index.assets/book_jd_link.jpg differ diff --git a/docs/chapter_paperbook/index.assets/paper_book_avl_tree.jpg b/docs/chapter_paperbook/index.assets/paper_book_avl_tree.jpg new file mode 100644 index 000000000..c559a76be Binary files /dev/null and b/docs/chapter_paperbook/index.assets/paper_book_avl_tree.jpg differ diff --git a/docs/chapter_paperbook/index.assets/paper_book_chapter_heap.jpg b/docs/chapter_paperbook/index.assets/paper_book_chapter_heap.jpg new file mode 100644 index 000000000..9789e45b1 Binary files /dev/null and b/docs/chapter_paperbook/index.assets/paper_book_chapter_heap.jpg differ diff --git a/docs/chapter_paperbook/index.assets/paper_book_overview.jpg b/docs/chapter_paperbook/index.assets/paper_book_overview.jpg new file mode 100644 index 000000000..400e37f55 Binary files /dev/null and b/docs/chapter_paperbook/index.assets/paper_book_overview.jpg differ diff --git a/docs/chapter_paperbook/index.md b/docs/chapter_paperbook/index.md new file mode 100644 index 000000000..7bd0db6e7 --- /dev/null +++ b/docs/chapter_paperbook/index.md @@ -0,0 +1,67 @@ +--- +comments: true +icon: fontawesome/solid/book +status: new +--- + +# 纸质书介绍 + +经过长时间的打磨,《Hello 算法》纸质书终于发布了!此时的心情可以用一句诗来形容: + +
追风赶月莫停留,平芜尽处是春山。
+ +![](index.assets/paper_book_overview.jpg){ class="animation-figure" } + +以下视频展示了纸质书,并且包含我的一些思考: + +- 学习数据结构与算法的重要性。 +- 为什么在纸质书中选择 Python。 +- 对知识分享的理解。 + +> 新人 UP 主,请多多关照、一键三连~谢谢! + +