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 fd29508e..97a67273 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 5c10ac71..c9f81ea9 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 be124615..f24414b1 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 416b2a66..eb50cc17 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 3780b150..76dc542b 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 f831715f..d6d9bee1 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 a9a77098..f22930dc 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 3f1179ae..662e629b 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 a166d1b6..e923af24 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 eafa8852..479dac0b 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 3f25b1b7..11eb3081 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 3d5b06cd..bff1b5ec 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 697f7a80..5c06e191 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 950a3dc0..37077831 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 71494212..df343d5c 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 202ff1c5..ec23d50d 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 b6c07749..3f617fd7 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 8250f672..6be2f14a 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 446e4eb8..acb2e4b1 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 32c45086..e54ef20b 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 53f2b97b..a2fac748 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 8c088031..a1f8f93d 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 e67dc407..805513ec 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 a99e6ea0..71f87f42 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 07376bc7..262ba476 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 b7c4e6fd..bfda3c3f 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 8a967fb8..2ad918f1 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 0c84e9b9..428cbef0 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 252e6b1e..c23314ef 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 fa8ae516..f54ae6a3 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 a4a0b6d1..6a3e0bef 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 44a55ded..57b70913 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 9d914706..73eeb13d 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 c77622f9..b07ef9b6 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 94fc3bb8..941ca799 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 7204fe67..234bdcc6 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 dc38b2bc..d11183bb 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 7f1d28e5..11b2ea83 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 396f9ddf..76527f4e 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 e31cef15..3cf8566c 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 d3661bc6..1d703ee1 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 58ad458f..a71cc39b 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 c228910c..977b5b96 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 ffa4462b..12df9dfc 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 d9e2065f..5f7ac5fe 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 a0e3e576..8ecd3bdd 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 6570b3d7..f448405b 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 4492a788..bec486c7 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 e6f3c834..4825a7e3 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 6d5f96b9..bff545e7 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 edd2c86e..f7fe476c 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 c27fda4e..88509cec 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 10c9f605..60276791 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 d2413b67..c1bb5252 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 fa24a79b..39d546d4 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 ec4752ea..6a1e8811 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 e84278f5..11d7ae76 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 3d451a87..ac4b0732 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 09ce1f53..17076460 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 7c0f8157..5480fdcd 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 8c9dd123..d012e6e8 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 029e6a35..775db5ce 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 8b888a3a..a91e20d8 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 2b4c2731..f818fb0e 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 4fa752c4..d49c2fcc 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 13d9afa2..9cd76f26 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 0cbbb17d..ca3205cf 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 b5862c7a..d5dd08c7 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 4b884399..1eb84b05 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 fea1a09b..68d31f05 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 e97f5aa3..de10323e 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 d9ac3825..bee4facf 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 81484f74..336ce12d 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