diff --git a/en/chapter_array_and_linkedlist/array.assets/array_definition.png b/en/chapter_array_and_linkedlist/array.assets/array_definition.png index ca996b71f..6cb6e5804 100644 Binary files a/en/chapter_array_and_linkedlist/array.assets/array_definition.png and b/en/chapter_array_and_linkedlist/array.assets/array_definition.png differ diff --git a/en/chapter_array_and_linkedlist/array.assets/array_insert_element.png b/en/chapter_array_and_linkedlist/array.assets/array_insert_element.png index e7887341e..b8a3bbadd 100644 Binary files a/en/chapter_array_and_linkedlist/array.assets/array_insert_element.png and b/en/chapter_array_and_linkedlist/array.assets/array_insert_element.png differ diff --git a/en/chapter_array_and_linkedlist/array.assets/array_memory_location_calculation.png b/en/chapter_array_and_linkedlist/array.assets/array_memory_location_calculation.png index 8143a9343..4e3d20163 100644 Binary files a/en/chapter_array_and_linkedlist/array.assets/array_memory_location_calculation.png and b/en/chapter_array_and_linkedlist/array.assets/array_memory_location_calculation.png differ diff --git a/en/chapter_array_and_linkedlist/array.assets/array_remove_element.png b/en/chapter_array_and_linkedlist/array.assets/array_remove_element.png index 0fbadb533..33162da65 100644 Binary files a/en/chapter_array_and_linkedlist/array.assets/array_remove_element.png and b/en/chapter_array_and_linkedlist/array.assets/array_remove_element.png differ diff --git a/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_common_types.png b/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_common_types.png index 7df8d1e96..dde887ed3 100644 Binary files a/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_common_types.png and b/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_common_types.png differ diff --git a/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_definition.png b/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_definition.png index e31c982d6..a125c7eed 100644 Binary files a/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_definition.png and b/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_definition.png differ diff --git a/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_insert_node.png b/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_insert_node.png index e515c1fbb..4710a893b 100644 Binary files a/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_insert_node.png and b/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_insert_node.png differ diff --git a/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_remove_node.png b/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_remove_node.png index 25a9b458b..16c54ec6c 100644 Binary files a/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_remove_node.png and b/en/chapter_array_and_linkedlist/linked_list.assets/linkedlist_remove_node.png differ diff --git a/en/chapter_array_and_linkedlist/ram_and_cache.assets/computer_storage_devices.png b/en/chapter_array_and_linkedlist/ram_and_cache.assets/computer_storage_devices.png index 0f2af92ee..25f848c43 100644 Binary files a/en/chapter_array_and_linkedlist/ram_and_cache.assets/computer_storage_devices.png and b/en/chapter_array_and_linkedlist/ram_and_cache.assets/computer_storage_devices.png differ diff --git a/en/chapter_array_and_linkedlist/ram_and_cache.assets/storage_pyramid.png b/en/chapter_array_and_linkedlist/ram_and_cache.assets/storage_pyramid.png index 354d2d4b6..55c91f7db 100644 Binary files a/en/chapter_array_and_linkedlist/ram_and_cache.assets/storage_pyramid.png and b/en/chapter_array_and_linkedlist/ram_and_cache.assets/storage_pyramid.png differ diff --git a/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step1.png b/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step1.png index d1f59f0e1..604be22da 100644 Binary files a/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step1.png and b/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step1.png differ diff --git a/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step2.png b/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step2.png index ba245a05d..ca0c6430c 100644 Binary files a/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step2.png and b/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step2.png differ diff --git a/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step3.png b/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step3.png index d57a19f1a..36b604f31 100644 Binary files a/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step3.png and b/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step3.png differ diff --git a/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step4.png b/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step4.png index ea2d61701..5dd90fa9b 100644 Binary files a/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step4.png and b/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step4.png differ diff --git a/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step5.png b/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step5.png index ee4363e61..7d2e1fb7c 100644 Binary files a/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step5.png and b/en/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step5.png differ diff --git a/en/chapter_introduction/algorithms_are_everywhere.assets/greedy_change.png b/en/chapter_introduction/algorithms_are_everywhere.assets/greedy_change.png index 1a7793338..abeafe785 100644 Binary files a/en/chapter_introduction/algorithms_are_everywhere.assets/greedy_change.png and b/en/chapter_introduction/algorithms_are_everywhere.assets/greedy_change.png differ diff --git a/en/chapter_introduction/algorithms_are_everywhere.assets/playing_cards_sorting.png b/en/chapter_introduction/algorithms_are_everywhere.assets/playing_cards_sorting.png index bc23edcf3..68fa8f444 100644 Binary files a/en/chapter_introduction/algorithms_are_everywhere.assets/playing_cards_sorting.png and b/en/chapter_introduction/algorithms_are_everywhere.assets/playing_cards_sorting.png differ diff --git a/en/chapter_introduction/what_is_dsa.assets/assembling_blocks.jpg b/en/chapter_introduction/what_is_dsa.assets/assembling_blocks.jpg deleted file mode 100644 index 288d6e3fd..000000000 Binary files a/en/chapter_introduction/what_is_dsa.assets/assembling_blocks.jpg and /dev/null differ diff --git a/en/chapter_introduction/what_is_dsa.assets/assembling_blocks.png b/en/chapter_introduction/what_is_dsa.assets/assembling_blocks.png new file mode 100644 index 000000000..d9e2065fa Binary files /dev/null and b/en/chapter_introduction/what_is_dsa.assets/assembling_blocks.png differ diff --git a/en/chapter_introduction/what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png b/en/chapter_introduction/what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png index 404e8fe38..d785391d7 100644 Binary files a/en/chapter_introduction/what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png and b/en/chapter_introduction/what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png differ diff --git a/en/chapter_introduction/what_is_dsa/index.html b/en/chapter_introduction/what_is_dsa/index.html index 5dc2cc07f..e5fd1651e 100644 --- a/en/chapter_introduction/what_is_dsa/index.html +++ b/en/chapter_introduction/what_is_dsa/index.html @@ -1611,7 +1611,7 @@
Figure 1-4 Relationship between data structures and algorithms
Data structures and algorithms can be likened to a set of building blocks, as illustrated in the Figure 1-5 . 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.
- +Figure 1-5 Assembling blocks
The detailed correspondence between the two is shown in the Table 1-1 .
diff --git a/en/chapter_preface/suggestions.assets/code_md_to_repo.png b/en/chapter_preface/suggestions.assets/code_md_to_repo.png index 0b33c528f..ca34b7c2f 100644 Binary files a/en/chapter_preface/suggestions.assets/code_md_to_repo.png and b/en/chapter_preface/suggestions.assets/code_md_to_repo.png differ diff --git a/en/chapter_preface/suggestions.assets/download_code.png b/en/chapter_preface/suggestions.assets/download_code.png index 421bc7bff..b37e0d67a 100644 Binary files a/en/chapter_preface/suggestions.assets/download_code.png and b/en/chapter_preface/suggestions.assets/download_code.png differ diff --git a/en/chapter_preface/suggestions.assets/learning_route.png b/en/chapter_preface/suggestions.assets/learning_route.png index bf51ef72f..9784ecc79 100644 Binary files a/en/chapter_preface/suggestions.assets/learning_route.png and b/en/chapter_preface/suggestions.assets/learning_route.png differ diff --git a/en/chapter_preface/suggestions.assets/pythontutor_example.png b/en/chapter_preface/suggestions.assets/pythontutor_example.png new file mode 100644 index 000000000..c76de89f0 Binary files /dev/null and b/en/chapter_preface/suggestions.assets/pythontutor_example.png differ diff --git a/en/sitemap.xml b/en/sitemap.xml index 60118a70d..7e0027b24 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -2,187 +2,187 @@