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 d1f59f0e..604be22d 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 ba245a05..ca0c6430 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 d57a19f1..36b604f3 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 ea2d6170..5dd90fa9 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 ee4363e6..7d2e1fb7 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 1a779333..abeafe78 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 bc23edcf..68fa8f44 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/assembling_blocks.jpg b/docs-en/chapter_introduction/what_is_dsa.assets/assembling_blocks.jpg deleted file mode 100644 index 288d6e3f..00000000 Binary files a/docs-en/chapter_introduction/what_is_dsa.assets/assembling_blocks.jpg and /dev/null differ diff --git a/docs-en/chapter_introduction/what_is_dsa.assets/assembling_blocks.png b/docs-en/chapter_introduction/what_is_dsa.assets/assembling_blocks.png new file mode 100644 index 00000000..d9e2065f Binary files /dev/null and b/docs-en/chapter_introduction/what_is_dsa.assets/assembling_blocks.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 404e8fe3..d785391d 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_introduction/what_is_dsa.md b/docs-en/chapter_introduction/what_is_dsa.md index 75f3e963..08099f28 100644 --- a/docs-en/chapter_introduction/what_is_dsa.md +++ b/docs-en/chapter_introduction/what_is_dsa.md @@ -33,7 +33,7 @@ As shown in the figure below, data structures and algorithms are highly related Data structures and algorithms can be likened to a set of building blocks, as illustrated in the figure below. A building block set includes numerous pieces, accompanied by detailed assembly instructions. Following these instructions step by step allows us to construct an intricate block model. -![Assembling blocks](what_is_dsa.assets/assembling_blocks.jpg) +![Assembling blocks](what_is_dsa.assets/assembling_blocks.png) The detailed correspondence between the two is shown in the table below. 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 0b33c528..ca34b7c2 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/download_code.png b/docs-en/chapter_preface/suggestions.assets/download_code.png index 421bc7bf..b37e0d67 100644 Binary files a/docs-en/chapter_preface/suggestions.assets/download_code.png and b/docs-en/chapter_preface/suggestions.assets/download_code.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 bf51ef72..9784ecc7 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-en/chapter_preface/suggestions.assets/pythontutor_example.png b/docs-en/chapter_preface/suggestions.assets/pythontutor_example.png new file mode 100644 index 00000000..c76de89f Binary files /dev/null and b/docs-en/chapter_preface/suggestions.assets/pythontutor_example.png differ