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 d1f59f0e1..604be22da 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 ba245a05d..ca0c6430c 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 d57a19f1a..36b604f31 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 ea2d61701..5dd90fa9b 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 ee4363e61..7d2e1fb7c 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 1a7793338..abeafe785 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 bc23edcf3..68fa8f444 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 288d6e3fd..000000000 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 000000000..d9e2065fa 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 404e8fe38..d785391d7 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 75f3e963d..08099f28a 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 0b33c528f..ca34b7c2f 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 421bc7bff..b37e0d67a 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 bf51ef72f..9784ecc79 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 000000000..c76de89f0 Binary files /dev/null and b/docs-en/chapter_preface/suggestions.assets/pythontutor_example.png differ