diff --git a/en/docs/chapter_array_and_linkedlist/array.assets/array_definition.png b/en/docs/chapter_array_and_linkedlist/array.assets/array_definition.png index fd29508ee..97a67273d 100644 Binary files a/en/docs/chapter_array_and_linkedlist/array.assets/array_definition.png and b/en/docs/chapter_array_and_linkedlist/array.assets/array_definition.png differ diff --git a/en/docs/chapter_array_and_linkedlist/array.assets/array_insert_element.png b/en/docs/chapter_array_and_linkedlist/array.assets/array_insert_element.png index 5c10ac710..c9f81ea94 100644 Binary files a/en/docs/chapter_array_and_linkedlist/array.assets/array_insert_element.png and b/en/docs/chapter_array_and_linkedlist/array.assets/array_insert_element.png differ diff --git a/en/docs/chapter_array_and_linkedlist/array.assets/array_memory_location_calculation.png b/en/docs/chapter_array_and_linkedlist/array.assets/array_memory_location_calculation.png index be1246156..f24414b10 100644 Binary files a/en/docs/chapter_array_and_linkedlist/array.assets/array_memory_location_calculation.png and b/en/docs/chapter_array_and_linkedlist/array.assets/array_memory_location_calculation.png differ diff --git a/en/docs/chapter_array_and_linkedlist/array.assets/array_remove_element.png b/en/docs/chapter_array_and_linkedlist/array.assets/array_remove_element.png index 416b2a66f..eb50cc17b 100644 Binary files a/en/docs/chapter_array_and_linkedlist/array.assets/array_remove_element.png and b/en/docs/chapter_array_and_linkedlist/array.assets/array_remove_element.png differ diff --git a/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_common_types.png b/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_common_types.png index 3780b1508..76dc542b6 100644 Binary files a/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_common_types.png and b/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_common_types.png differ diff --git a/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_definition.png b/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_definition.png index f831715f3..d6d9bee15 100644 Binary files a/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_definition.png and b/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_definition.png differ diff --git a/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_insert_node.png b/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_insert_node.png index a9a770981..f22930dcd 100644 Binary files a/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_insert_node.png and b/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_insert_node.png differ diff --git a/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_remove_node.png b/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_remove_node.png index 3f1179aeb..662e629b0 100644 Binary files a/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_remove_node.png and b/en/docs/chapter_array_and_linkedlist/linked_list.assets/linkedlist_remove_node.png differ diff --git a/en/docs/chapter_array_and_linkedlist/ram_and_cache.assets/computer_storage_devices.png b/en/docs/chapter_array_and_linkedlist/ram_and_cache.assets/computer_storage_devices.png index a166d1b6c..e923af240 100644 Binary files a/en/docs/chapter_array_and_linkedlist/ram_and_cache.assets/computer_storage_devices.png and b/en/docs/chapter_array_and_linkedlist/ram_and_cache.assets/computer_storage_devices.png differ diff --git a/en/docs/chapter_array_and_linkedlist/ram_and_cache.assets/storage_pyramid.png b/en/docs/chapter_array_and_linkedlist/ram_and_cache.assets/storage_pyramid.png index eafa8852e..479dac0b5 100644 Binary files a/en/docs/chapter_array_and_linkedlist/ram_and_cache.assets/storage_pyramid.png and b/en/docs/chapter_array_and_linkedlist/ram_and_cache.assets/storage_pyramid.png differ diff --git a/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/iteration.png b/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/iteration.png index 3f25b1b72..11eb3081d 100644 Binary files a/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/iteration.png and b/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/iteration.png differ diff --git a/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/nested_iteration.png b/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/nested_iteration.png index 3d5b06cd5..bff1b5ec6 100644 Binary files a/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/nested_iteration.png and b/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/nested_iteration.png differ diff --git a/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/recursion_sum.png b/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/recursion_sum.png index 697f7a80d..5c06e1911 100644 Binary files a/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/recursion_sum.png and b/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/recursion_sum.png differ diff --git a/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/recursion_sum_depth.png b/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/recursion_sum_depth.png index 950a3dc0d..370778310 100644 Binary files a/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/recursion_sum_depth.png and b/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/recursion_sum_depth.png differ diff --git a/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/recursion_tree.png b/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/recursion_tree.png index 714942122..df343d5c1 100644 Binary files a/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/recursion_tree.png and b/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/recursion_tree.png differ diff --git a/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/tail_recursion_sum.png b/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/tail_recursion_sum.png index 202ff1c5e..ec23d50df 100644 Binary files a/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/tail_recursion_sum.png and b/en/docs/chapter_computational_complexity/iteration_and_recursion.assets/tail_recursion_sum.png differ diff --git a/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_common_types.png b/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_common_types.png index b6c077499..3f617fd78 100644 Binary files a/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_common_types.png and b/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_common_types.png differ diff --git a/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_exponential.png b/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_exponential.png index 8250f6724..6be2f14a2 100644 Binary files a/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_exponential.png and b/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_exponential.png differ diff --git a/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_recursive_linear.png b/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_recursive_linear.png index 446e4eb8e..acb2e4b1e 100644 Binary files a/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_recursive_linear.png and b/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_recursive_linear.png differ diff --git a/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_recursive_quadratic.png b/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_recursive_quadratic.png index 32c450864..e54ef20b3 100644 Binary files a/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_recursive_quadratic.png and b/en/docs/chapter_computational_complexity/space_complexity.assets/space_complexity_recursive_quadratic.png differ diff --git a/en/docs/chapter_computational_complexity/space_complexity.assets/space_types.png b/en/docs/chapter_computational_complexity/space_complexity.assets/space_types.png index 53f2b97b3..a2fac7482 100644 Binary files a/en/docs/chapter_computational_complexity/space_complexity.assets/space_types.png and b/en/docs/chapter_computational_complexity/space_complexity.assets/space_types.png differ diff --git a/en/docs/chapter_computational_complexity/time_complexity.assets/asymptotic_upper_bound.png b/en/docs/chapter_computational_complexity/time_complexity.assets/asymptotic_upper_bound.png index 8c0880316..a1f8f93d5 100644 Binary files a/en/docs/chapter_computational_complexity/time_complexity.assets/asymptotic_upper_bound.png and b/en/docs/chapter_computational_complexity/time_complexity.assets/asymptotic_upper_bound.png differ diff --git a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_common_types.png b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_common_types.png index e67dc4079..805513ec5 100644 Binary files a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_common_types.png and b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_common_types.png differ diff --git a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_constant_linear_quadratic.png b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_constant_linear_quadratic.png index a99e6ea0d..71f87f425 100644 Binary files a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_constant_linear_quadratic.png and b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_constant_linear_quadratic.png differ diff --git a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_exponential.png b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_exponential.png index 07376bc7d..262ba476a 100644 Binary files a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_exponential.png and b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_exponential.png differ diff --git a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_factorial.png b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_factorial.png index b7c4e6fd2..bfda3c3f1 100644 Binary files a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_factorial.png and b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_factorial.png differ diff --git a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_logarithmic.png b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_logarithmic.png index 8a967fb86..2ad918f11 100644 Binary files a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_logarithmic.png and b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_logarithmic.png differ diff --git a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_logarithmic_linear.png b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_logarithmic_linear.png index 0c84e9b9e..428cbef06 100644 Binary files a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_logarithmic_linear.png and b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_logarithmic_linear.png differ diff --git a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_simple_example.png b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_simple_example.png index 252e6b1e6..c23314efd 100644 Binary files a/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_simple_example.png and b/en/docs/chapter_computational_complexity/time_complexity.assets/time_complexity_simple_example.png differ diff --git a/en/docs/chapter_data_structure/character_encoding.assets/ascii_table.png b/en/docs/chapter_data_structure/character_encoding.assets/ascii_table.png index fa8ae5161..f54ae6a34 100644 Binary files a/en/docs/chapter_data_structure/character_encoding.assets/ascii_table.png and b/en/docs/chapter_data_structure/character_encoding.assets/ascii_table.png differ diff --git a/en/docs/chapter_data_structure/character_encoding.assets/unicode_hello_algo.png b/en/docs/chapter_data_structure/character_encoding.assets/unicode_hello_algo.png index a4a0b6d18..6a3e0befa 100644 Binary files a/en/docs/chapter_data_structure/character_encoding.assets/unicode_hello_algo.png and b/en/docs/chapter_data_structure/character_encoding.assets/unicode_hello_algo.png differ diff --git a/en/docs/chapter_data_structure/character_encoding.assets/utf-8_hello_algo.png b/en/docs/chapter_data_structure/character_encoding.assets/utf-8_hello_algo.png index 44a55ded3..57b709130 100644 Binary files a/en/docs/chapter_data_structure/character_encoding.assets/utf-8_hello_algo.png and b/en/docs/chapter_data_structure/character_encoding.assets/utf-8_hello_algo.png differ diff --git a/en/docs/chapter_data_structure/classification_of_data_structure.assets/classification_logic_structure.png b/en/docs/chapter_data_structure/classification_of_data_structure.assets/classification_logic_structure.png index 9d9147065..73eeb13d8 100644 Binary files a/en/docs/chapter_data_structure/classification_of_data_structure.assets/classification_logic_structure.png and b/en/docs/chapter_data_structure/classification_of_data_structure.assets/classification_logic_structure.png differ diff --git a/en/docs/chapter_data_structure/classification_of_data_structure.assets/classification_phisical_structure.png b/en/docs/chapter_data_structure/classification_of_data_structure.assets/classification_phisical_structure.png index c77622f94..b07ef9b61 100644 Binary files a/en/docs/chapter_data_structure/classification_of_data_structure.assets/classification_phisical_structure.png and b/en/docs/chapter_data_structure/classification_of_data_structure.assets/classification_phisical_structure.png differ diff --git a/en/docs/chapter_data_structure/classification_of_data_structure.assets/computer_memory_location.png b/en/docs/chapter_data_structure/classification_of_data_structure.assets/computer_memory_location.png index 94fc3bb80..941ca7996 100644 Binary files a/en/docs/chapter_data_structure/classification_of_data_structure.assets/computer_memory_location.png and b/en/docs/chapter_data_structure/classification_of_data_structure.assets/computer_memory_location.png differ diff --git a/en/docs/chapter_data_structure/number_encoding.assets/1s_2s_complement.png b/en/docs/chapter_data_structure/number_encoding.assets/1s_2s_complement.png index 7204fe671..234bdcc66 100644 Binary files a/en/docs/chapter_data_structure/number_encoding.assets/1s_2s_complement.png and b/en/docs/chapter_data_structure/number_encoding.assets/1s_2s_complement.png differ diff --git a/en/docs/chapter_data_structure/number_encoding.assets/ieee_754_float.png b/en/docs/chapter_data_structure/number_encoding.assets/ieee_754_float.png index dc38b2bcd..d11183bbe 100644 Binary files a/en/docs/chapter_data_structure/number_encoding.assets/ieee_754_float.png and b/en/docs/chapter_data_structure/number_encoding.assets/ieee_754_float.png differ diff --git a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step1.png b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step1.png index 7f1d28e52..11b2ea834 100644 Binary files a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step1.png and b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step1.png differ diff --git a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step2.png b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step2.png index 396f9ddfb..76527f4e9 100644 Binary files a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step2.png and b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step2.png differ diff --git a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step3.png b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step3.png index e31cef159..3cf8566c2 100644 Binary files a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step3.png and b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step3.png differ diff --git a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step4.png b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step4.png index d3661bc69..1d703ee13 100644 Binary files a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step4.png and b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step4.png differ diff --git a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step5.png b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step5.png index 58ad458f6..a71cc39b1 100644 Binary files a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step5.png and b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/binary_search_dictionary_step5.png differ diff --git a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/greedy_change.png b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/greedy_change.png index c228910cb..977b5b969 100644 Binary files a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/greedy_change.png and b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/greedy_change.png differ diff --git a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/playing_cards_sorting.png b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/playing_cards_sorting.png index ffa4462b8..12df9dfca 100644 Binary files a/en/docs/chapter_introduction/algorithms_are_everywhere.assets/playing_cards_sorting.png and b/en/docs/chapter_introduction/algorithms_are_everywhere.assets/playing_cards_sorting.png differ diff --git a/en/docs/chapter_introduction/what_is_dsa.assets/assembling_blocks.png b/en/docs/chapter_introduction/what_is_dsa.assets/assembling_blocks.png index d9e2065fa..5f7ac5fe3 100644 Binary files a/en/docs/chapter_introduction/what_is_dsa.assets/assembling_blocks.png and b/en/docs/chapter_introduction/what_is_dsa.assets/assembling_blocks.png differ diff --git a/en/docs/chapter_introduction/what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png b/en/docs/chapter_introduction/what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png index a0e3e5768..8ecd3bdde 100644 Binary files a/en/docs/chapter_introduction/what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png and b/en/docs/chapter_introduction/what_is_dsa.assets/relationship_between_data_structure_and_algorithm.png differ diff --git a/en/docs/chapter_preface/suggestions.assets/code_md_to_repo.png b/en/docs/chapter_preface/suggestions.assets/code_md_to_repo.png index 6570b3d7f..f448405b1 100644 Binary files a/en/docs/chapter_preface/suggestions.assets/code_md_to_repo.png and b/en/docs/chapter_preface/suggestions.assets/code_md_to_repo.png differ diff --git a/en/docs/chapter_preface/suggestions.assets/learning_route.png b/en/docs/chapter_preface/suggestions.assets/learning_route.png index 4492a788f..bec486c79 100644 Binary files a/en/docs/chapter_preface/suggestions.assets/learning_route.png and b/en/docs/chapter_preface/suggestions.assets/learning_route.png differ diff --git a/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step1.png b/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step1.png index e6f3c834e..4825a7e35 100644 Binary files a/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step1.png and b/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step1.png differ diff --git a/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step2_push_last.png b/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step2_push_last.png index 6d5f96b92..bff545e78 100644 Binary files a/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step2_push_last.png and b/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step2_push_last.png differ diff --git a/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step3_push_first.png b/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step3_push_first.png index edd2c86e9..f7fe476cf 100644 Binary files a/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step3_push_first.png and b/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step3_push_first.png differ diff --git a/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step4_pop_last.png b/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step4_pop_last.png index c27fda4ef..88509cec5 100644 Binary files a/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step4_pop_last.png and b/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step4_pop_last.png differ diff --git a/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step5_pop_first.png b/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step5_pop_first.png index 10c9f605e..602767918 100644 Binary files a/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step5_pop_first.png and b/en/docs/chapter_stack_and_queue/deque.assets/array_deque_step5_pop_first.png differ diff --git a/en/docs/chapter_stack_and_queue/deque.assets/deque_operations.png b/en/docs/chapter_stack_and_queue/deque.assets/deque_operations.png index d2413b678..c1bb5252b 100644 Binary files a/en/docs/chapter_stack_and_queue/deque.assets/deque_operations.png and b/en/docs/chapter_stack_and_queue/deque.assets/deque_operations.png differ diff --git a/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step1.png b/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step1.png index fa24a79b6..39d546d4f 100644 Binary files a/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step1.png and b/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step1.png differ diff --git a/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step2_push_last.png b/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step2_push_last.png index ec4752eae..6a1e8811a 100644 Binary files a/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step2_push_last.png and b/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step2_push_last.png differ diff --git a/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step3_push_first.png b/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step3_push_first.png index e84278f57..11d7ae76d 100644 Binary files a/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step3_push_first.png and b/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step3_push_first.png differ diff --git a/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step4_pop_last.png b/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step4_pop_last.png index 3d451a879..ac4b07322 100644 Binary files a/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step4_pop_last.png and b/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step4_pop_last.png differ diff --git a/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step5_pop_first.png b/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step5_pop_first.png index 09ce1f537..170764600 100644 Binary files a/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step5_pop_first.png and b/en/docs/chapter_stack_and_queue/deque.assets/linkedlist_deque_step5_pop_first.png differ diff --git a/en/docs/chapter_stack_and_queue/queue.assets/array_queue_step1.png b/en/docs/chapter_stack_and_queue/queue.assets/array_queue_step1.png index 7c0f81570..5480fdcd2 100644 Binary files a/en/docs/chapter_stack_and_queue/queue.assets/array_queue_step1.png and b/en/docs/chapter_stack_and_queue/queue.assets/array_queue_step1.png differ diff --git a/en/docs/chapter_stack_and_queue/queue.assets/array_queue_step2_push.png b/en/docs/chapter_stack_and_queue/queue.assets/array_queue_step2_push.png index 8c9dd1230..d012e6e81 100644 Binary files a/en/docs/chapter_stack_and_queue/queue.assets/array_queue_step2_push.png and b/en/docs/chapter_stack_and_queue/queue.assets/array_queue_step2_push.png differ diff --git a/en/docs/chapter_stack_and_queue/queue.assets/array_queue_step3_pop.png b/en/docs/chapter_stack_and_queue/queue.assets/array_queue_step3_pop.png index 029e6a35e..775db5ce2 100644 Binary files a/en/docs/chapter_stack_and_queue/queue.assets/array_queue_step3_pop.png and b/en/docs/chapter_stack_and_queue/queue.assets/array_queue_step3_pop.png differ diff --git a/en/docs/chapter_stack_and_queue/queue.assets/linkedlist_queue_step1.png b/en/docs/chapter_stack_and_queue/queue.assets/linkedlist_queue_step1.png index 8b888a3a7..a91e20d85 100644 Binary files a/en/docs/chapter_stack_and_queue/queue.assets/linkedlist_queue_step1.png and b/en/docs/chapter_stack_and_queue/queue.assets/linkedlist_queue_step1.png differ diff --git a/en/docs/chapter_stack_and_queue/queue.assets/linkedlist_queue_step2_push.png b/en/docs/chapter_stack_and_queue/queue.assets/linkedlist_queue_step2_push.png index 2b4c2731a..f818fb0e7 100644 Binary files a/en/docs/chapter_stack_and_queue/queue.assets/linkedlist_queue_step2_push.png and b/en/docs/chapter_stack_and_queue/queue.assets/linkedlist_queue_step2_push.png differ diff --git a/en/docs/chapter_stack_and_queue/queue.assets/linkedlist_queue_step3_pop.png b/en/docs/chapter_stack_and_queue/queue.assets/linkedlist_queue_step3_pop.png index 4fa752c49..d49c2fcc1 100644 Binary files a/en/docs/chapter_stack_and_queue/queue.assets/linkedlist_queue_step3_pop.png and b/en/docs/chapter_stack_and_queue/queue.assets/linkedlist_queue_step3_pop.png differ diff --git a/en/docs/chapter_stack_and_queue/queue.assets/queue_operations.png b/en/docs/chapter_stack_and_queue/queue.assets/queue_operations.png index 13d9afa25..9cd76f263 100644 Binary files a/en/docs/chapter_stack_and_queue/queue.assets/queue_operations.png and b/en/docs/chapter_stack_and_queue/queue.assets/queue_operations.png differ diff --git a/en/docs/chapter_stack_and_queue/stack.assets/array_stack_step1.png b/en/docs/chapter_stack_and_queue/stack.assets/array_stack_step1.png index 0cbbb17d1..ca3205cf0 100644 Binary files a/en/docs/chapter_stack_and_queue/stack.assets/array_stack_step1.png and b/en/docs/chapter_stack_and_queue/stack.assets/array_stack_step1.png differ diff --git a/en/docs/chapter_stack_and_queue/stack.assets/array_stack_step2_push.png b/en/docs/chapter_stack_and_queue/stack.assets/array_stack_step2_push.png index b5862c7ad..d5dd08c7f 100644 Binary files a/en/docs/chapter_stack_and_queue/stack.assets/array_stack_step2_push.png and b/en/docs/chapter_stack_and_queue/stack.assets/array_stack_step2_push.png differ diff --git a/en/docs/chapter_stack_and_queue/stack.assets/array_stack_step3_pop.png b/en/docs/chapter_stack_and_queue/stack.assets/array_stack_step3_pop.png index 4b8843994..1eb84b050 100644 Binary files a/en/docs/chapter_stack_and_queue/stack.assets/array_stack_step3_pop.png and b/en/docs/chapter_stack_and_queue/stack.assets/array_stack_step3_pop.png differ diff --git a/en/docs/chapter_stack_and_queue/stack.assets/linkedlist_stack_step1.png b/en/docs/chapter_stack_and_queue/stack.assets/linkedlist_stack_step1.png index fea1a09b2..68d31f058 100644 Binary files a/en/docs/chapter_stack_and_queue/stack.assets/linkedlist_stack_step1.png and b/en/docs/chapter_stack_and_queue/stack.assets/linkedlist_stack_step1.png differ diff --git a/en/docs/chapter_stack_and_queue/stack.assets/linkedlist_stack_step2_push.png b/en/docs/chapter_stack_and_queue/stack.assets/linkedlist_stack_step2_push.png index e97f5aa37..de10323e9 100644 Binary files a/en/docs/chapter_stack_and_queue/stack.assets/linkedlist_stack_step2_push.png and b/en/docs/chapter_stack_and_queue/stack.assets/linkedlist_stack_step2_push.png differ diff --git a/en/docs/chapter_stack_and_queue/stack.assets/linkedlist_stack_step3_pop.png b/en/docs/chapter_stack_and_queue/stack.assets/linkedlist_stack_step3_pop.png index d9ac38251..bee4facf0 100644 Binary files a/en/docs/chapter_stack_and_queue/stack.assets/linkedlist_stack_step3_pop.png and b/en/docs/chapter_stack_and_queue/stack.assets/linkedlist_stack_step3_pop.png differ diff --git a/en/docs/chapter_stack_and_queue/stack.assets/stack_operations.png b/en/docs/chapter_stack_and_queue/stack.assets/stack_operations.png index 81484f746..336ce12d8 100644 Binary files a/en/docs/chapter_stack_and_queue/stack.assets/stack_operations.png and b/en/docs/chapter_stack_and_queue/stack.assets/stack_operations.png differ