diff --git a/en/docs/chapter_graph/graph.assets/adjacency_list.png b/en/docs/chapter_graph/graph.assets/adjacency_list.png index 6be64bc17..2ff974dce 100644 Binary files a/en/docs/chapter_graph/graph.assets/adjacency_list.png and b/en/docs/chapter_graph/graph.assets/adjacency_list.png differ diff --git a/en/docs/chapter_graph/graph.assets/adjacency_matrix.png b/en/docs/chapter_graph/graph.assets/adjacency_matrix.png index a70ee0db4..53eee55d4 100644 Binary files a/en/docs/chapter_graph/graph.assets/adjacency_matrix.png and b/en/docs/chapter_graph/graph.assets/adjacency_matrix.png differ diff --git a/en/docs/chapter_graph/graph.assets/connected_graph.png b/en/docs/chapter_graph/graph.assets/connected_graph.png index 3d3dc1b69..ce6291762 100644 Binary files a/en/docs/chapter_graph/graph.assets/connected_graph.png and b/en/docs/chapter_graph/graph.assets/connected_graph.png differ diff --git a/en/docs/chapter_graph/graph.assets/directed_graph.png b/en/docs/chapter_graph/graph.assets/directed_graph.png index 7067e6fdf..8c4929688 100644 Binary files a/en/docs/chapter_graph/graph.assets/directed_graph.png and b/en/docs/chapter_graph/graph.assets/directed_graph.png differ diff --git a/en/docs/chapter_graph/graph.assets/linkedlist_tree_graph.png b/en/docs/chapter_graph/graph.assets/linkedlist_tree_graph.png index 2e3f9b7c0..796b73f2c 100644 Binary files a/en/docs/chapter_graph/graph.assets/linkedlist_tree_graph.png and b/en/docs/chapter_graph/graph.assets/linkedlist_tree_graph.png differ diff --git a/en/docs/chapter_graph/graph.assets/weighted_graph.png b/en/docs/chapter_graph/graph.assets/weighted_graph.png index 63d6934d6..8e752536c 100644 Binary files a/en/docs/chapter_graph/graph.assets/weighted_graph.png and b/en/docs/chapter_graph/graph.assets/weighted_graph.png differ diff --git a/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step1_initialization.png b/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step1_initialization.png index c2b3af571..4650b97e2 100644 Binary files a/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step1_initialization.png and b/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step1_initialization.png differ diff --git a/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step2_add_edge.png b/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step2_add_edge.png index 203feae86..3e71604fe 100644 Binary files a/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step2_add_edge.png and b/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step2_add_edge.png differ diff --git a/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step3_remove_edge.png b/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step3_remove_edge.png index 28138b5c0..3cee7587e 100644 Binary files a/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step3_remove_edge.png and b/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step3_remove_edge.png differ diff --git a/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step4_add_vertex.png b/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step4_add_vertex.png index 7245edb97..1eb24d22f 100644 Binary files a/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step4_add_vertex.png and b/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step4_add_vertex.png differ diff --git a/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step5_remove_vertex.png b/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step5_remove_vertex.png index 32809ccef..aa33437e9 100644 Binary files a/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step5_remove_vertex.png and b/en/docs/chapter_graph/graph_operations.assets/adjacency_list_step5_remove_vertex.png differ diff --git a/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step1_initialization.png b/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step1_initialization.png index 75e48ce3a..d2efe15b3 100644 Binary files a/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step1_initialization.png and b/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step1_initialization.png differ diff --git a/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step2_add_edge.png b/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step2_add_edge.png index 57c1f43e5..42cce3205 100644 Binary files a/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step2_add_edge.png and b/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step2_add_edge.png differ diff --git a/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step3_remove_edge.png b/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step3_remove_edge.png index 3649321b6..e4558601f 100644 Binary files a/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step3_remove_edge.png and b/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step3_remove_edge.png differ diff --git a/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step4_add_vertex.png b/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step4_add_vertex.png index 87d03db82..1abc9ee7e 100644 Binary files a/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step4_add_vertex.png and b/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step4_add_vertex.png differ diff --git a/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step5_remove_vertex.png b/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step5_remove_vertex.png index a468a9262..8b64d1d22 100644 Binary files a/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step5_remove_vertex.png and b/en/docs/chapter_graph/graph_operations.assets/adjacency_matrix_step5_remove_vertex.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs.png b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs.png index 96a68291f..807377d58 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step1.png b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step1.png index dc91f3de9..7ca47cc7c 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step1.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step1.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step10.png b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step10.png index e36b33d39..de10b49ea 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step10.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step10.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step11.png b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step11.png index 08ee4e9d0..7af032066 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step11.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step11.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step2.png b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step2.png index 55f1b3da0..df8c986bc 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step2.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step2.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step3.png b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step3.png index 1b98f4ce7..c534b15a7 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step3.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step3.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step4.png b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step4.png index 861f87411..cf6bdd7d2 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step4.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step4.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step5.png b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step5.png index 8f1b55608..6963b7cc2 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step5.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step5.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step6.png b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step6.png index 762b6456e..af5f1752d 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step6.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step6.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step7.png b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step7.png index 1b489b4b9..c0ad73f8a 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step7.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step7.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step8.png b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step8.png index d5b9d113d..dea7a54f1 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step8.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step8.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step9.png b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step9.png index d9018e38a..04f6d0f13 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step9.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_bfs_step9.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs.png b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs.png index 47939ed07..2cad4f5cd 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step1.png b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step1.png index 5475e3c61..e6f5b4d4f 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step1.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step1.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step10.png b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step10.png index c749a5f85..390332724 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step10.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step10.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step11.png b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step11.png index 824e8d0cb..881d7abe9 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step11.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step11.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step2.png b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step2.png index 656d08c6c..09b351e4f 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step2.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step2.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step3.png b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step3.png index e69a50d3d..477e4a3ab 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step3.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step3.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step4.png b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step4.png index a0ff56f92..3e77e375d 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step4.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step4.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step5.png b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step5.png index 7c174e366..2a17ab3e1 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step5.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step5.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step6.png b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step6.png index 23a01664a..04d78d90a 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step6.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step6.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step7.png b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step7.png index bc485b358..a7e9b10ac 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step7.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step7.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step8.png b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step8.png index b2d529514..e9ac80973 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step8.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step8.png differ diff --git a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step9.png b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step9.png index 1a114f14c..d8530b3bc 100644 Binary files a/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step9.png and b/en/docs/chapter_graph/graph_traversal.assets/graph_dfs_step9.png differ diff --git a/en/docs/chapter_searching/binary_search.assets/binary_search_example.png b/en/docs/chapter_searching/binary_search.assets/binary_search_example.png index 9051addbd..00132378e 100644 Binary files a/en/docs/chapter_searching/binary_search.assets/binary_search_example.png and b/en/docs/chapter_searching/binary_search.assets/binary_search_example.png differ diff --git a/en/docs/chapter_searching/binary_search.assets/binary_search_ranges.png b/en/docs/chapter_searching/binary_search.assets/binary_search_ranges.png index 93bc6a324..f057a8c3d 100644 Binary files a/en/docs/chapter_searching/binary_search.assets/binary_search_ranges.png and b/en/docs/chapter_searching/binary_search.assets/binary_search_ranges.png differ diff --git a/en/docs/chapter_searching/binary_search.assets/binary_search_step1.png b/en/docs/chapter_searching/binary_search.assets/binary_search_step1.png index 2b3d7af3c..99a668306 100644 Binary files a/en/docs/chapter_searching/binary_search.assets/binary_search_step1.png and b/en/docs/chapter_searching/binary_search.assets/binary_search_step1.png differ diff --git a/en/docs/chapter_searching/binary_search.assets/binary_search_step2.png b/en/docs/chapter_searching/binary_search.assets/binary_search_step2.png index 606373006..fd85ce770 100644 Binary files a/en/docs/chapter_searching/binary_search.assets/binary_search_step2.png and b/en/docs/chapter_searching/binary_search.assets/binary_search_step2.png differ diff --git a/en/docs/chapter_searching/binary_search.assets/binary_search_step3.png b/en/docs/chapter_searching/binary_search.assets/binary_search_step3.png index 0184c3a23..a48f988ec 100644 Binary files a/en/docs/chapter_searching/binary_search.assets/binary_search_step3.png and b/en/docs/chapter_searching/binary_search.assets/binary_search_step3.png differ diff --git a/en/docs/chapter_searching/binary_search.assets/binary_search_step4.png b/en/docs/chapter_searching/binary_search.assets/binary_search_step4.png index 54e8e12c3..753f57813 100644 Binary files a/en/docs/chapter_searching/binary_search.assets/binary_search_step4.png and b/en/docs/chapter_searching/binary_search.assets/binary_search_step4.png differ diff --git a/en/docs/chapter_searching/binary_search.assets/binary_search_step5.png b/en/docs/chapter_searching/binary_search.assets/binary_search_step5.png index 9f57fb75b..11b6fd3bd 100644 Binary files a/en/docs/chapter_searching/binary_search.assets/binary_search_step5.png and b/en/docs/chapter_searching/binary_search.assets/binary_search_step5.png differ diff --git a/en/docs/chapter_searching/binary_search.assets/binary_search_step6.png b/en/docs/chapter_searching/binary_search.assets/binary_search_step6.png index 8a9e4e436..362d4e43a 100644 Binary files a/en/docs/chapter_searching/binary_search.assets/binary_search_step6.png and b/en/docs/chapter_searching/binary_search.assets/binary_search_step6.png differ diff --git a/en/docs/chapter_searching/binary_search.assets/binary_search_step7.png b/en/docs/chapter_searching/binary_search.assets/binary_search_step7.png index 293a87837..a158321be 100644 Binary files a/en/docs/chapter_searching/binary_search.assets/binary_search_step7.png and b/en/docs/chapter_searching/binary_search.assets/binary_search_step7.png differ diff --git a/en/docs/chapter_searching/binary_search_edge.assets/binary_search_edge_by_element.png b/en/docs/chapter_searching/binary_search_edge.assets/binary_search_edge_by_element.png index b2799062a..3706d9b54 100644 Binary files a/en/docs/chapter_searching/binary_search_edge.assets/binary_search_edge_by_element.png and b/en/docs/chapter_searching/binary_search_edge.assets/binary_search_edge_by_element.png differ diff --git a/en/docs/chapter_searching/binary_search_edge.assets/binary_search_right_edge_by_left_edge.png b/en/docs/chapter_searching/binary_search_edge.assets/binary_search_right_edge_by_left_edge.png index 6f10b838e..829ee0994 100644 Binary files a/en/docs/chapter_searching/binary_search_edge.assets/binary_search_right_edge_by_left_edge.png and b/en/docs/chapter_searching/binary_search_edge.assets/binary_search_right_edge_by_left_edge.png differ diff --git a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_example.png b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_example.png index 3803db33d..facef9485 100644 Binary files a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_example.png and b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_example.png differ diff --git a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_naive.png b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_naive.png index b47ffd79a..3b97fd57f 100644 Binary files a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_naive.png and b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_naive.png differ diff --git a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step1.png b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step1.png index 7717114a2..f2add31d0 100644 Binary files a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step1.png and b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step1.png differ diff --git a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step2.png b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step2.png index 13b9fec08..09e73f03c 100644 Binary files a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step2.png and b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step2.png differ diff --git a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step3.png b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step3.png index 4f26ada24..f64ab93a4 100644 Binary files a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step3.png and b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step3.png differ diff --git a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step4.png b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step4.png index 262aebc6d..5ba6b0f22 100644 Binary files a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step4.png and b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step4.png differ diff --git a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step5.png b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step5.png index 2c739e9f2..c12343a81 100644 Binary files a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step5.png and b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step5.png differ diff --git a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step6.png b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step6.png index 56433a013..286035b29 100644 Binary files a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step6.png and b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step6.png differ diff --git a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step7.png b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step7.png index 127eb70fc..9113545dd 100644 Binary files a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step7.png and b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step7.png differ diff --git a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step8.png b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step8.png index d322ffc3c..4fa214235 100644 Binary files a/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step8.png and b/en/docs/chapter_searching/binary_search_insertion.assets/binary_search_insertion_step8.png differ diff --git a/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_brute_force.png b/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_brute_force.png index 33fca976a..a7f7e64b5 100644 Binary files a/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_brute_force.png and b/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_brute_force.png differ diff --git a/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_hashtable_step1.png b/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_hashtable_step1.png index df323dd41..8a74994f4 100644 Binary files a/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_hashtable_step1.png and b/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_hashtable_step1.png differ diff --git a/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_hashtable_step2.png b/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_hashtable_step2.png index bed0ac02f..a0d1fe74e 100644 Binary files a/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_hashtable_step2.png and b/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_hashtable_step2.png differ diff --git a/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_hashtable_step3.png b/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_hashtable_step3.png index accf61def..215beb34f 100644 Binary files a/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_hashtable_step3.png and b/en/docs/chapter_searching/replace_linear_by_hashing.assets/two_sum_hashtable_step3.png differ diff --git a/en/docs/chapter_searching/searching_algorithm_revisited.assets/searching_algorithms.png b/en/docs/chapter_searching/searching_algorithm_revisited.assets/searching_algorithms.png index fff1066ff..d8822564d 100644 Binary files a/en/docs/chapter_searching/searching_algorithm_revisited.assets/searching_algorithms.png and b/en/docs/chapter_searching/searching_algorithm_revisited.assets/searching_algorithms.png differ diff --git a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step1.png b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step1.png index 7c53d16c7..a0f12a959 100644 Binary files a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step1.png and b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step1.png differ diff --git a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step2.png b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step2.png index 1387819b0..9784d2552 100644 Binary files a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step2.png and b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step2.png differ diff --git a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step3.png b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step3.png index dd5953407..2a443e5b7 100644 Binary files a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step3.png and b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step3.png differ diff --git a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step4.png b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step4.png index cc63734ff..2f2ef74cd 100644 Binary files a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step4.png and b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step4.png differ diff --git a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step5.png b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step5.png index 96623a708..2291b3b86 100644 Binary files a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step5.png and b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step5.png differ diff --git a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step6.png b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step6.png index 56ec7c2d3..9aa77c42a 100644 Binary files a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step6.png and b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step6.png differ diff --git a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step7.png b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step7.png index 49e1ee3b0..2b3620e05 100644 Binary files a/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step7.png and b/en/docs/chapter_sorting/bubble_sort.assets/bubble_operation_step7.png differ diff --git a/en/docs/chapter_sorting/bubble_sort.assets/bubble_sort_overview.png b/en/docs/chapter_sorting/bubble_sort.assets/bubble_sort_overview.png index c88959ef1..5ed1a155b 100644 Binary files a/en/docs/chapter_sorting/bubble_sort.assets/bubble_sort_overview.png and b/en/docs/chapter_sorting/bubble_sort.assets/bubble_sort_overview.png differ diff --git a/en/docs/chapter_sorting/bucket_sort.assets/bucket_sort_overview.png b/en/docs/chapter_sorting/bucket_sort.assets/bucket_sort_overview.png index 4a3886e8d..143a43668 100644 Binary files a/en/docs/chapter_sorting/bucket_sort.assets/bucket_sort_overview.png and b/en/docs/chapter_sorting/bucket_sort.assets/bucket_sort_overview.png differ diff --git a/en/docs/chapter_sorting/bucket_sort.assets/scatter_in_buckets_distribution.png b/en/docs/chapter_sorting/bucket_sort.assets/scatter_in_buckets_distribution.png index 2b52627a9..1c56c0411 100644 Binary files a/en/docs/chapter_sorting/bucket_sort.assets/scatter_in_buckets_distribution.png and b/en/docs/chapter_sorting/bucket_sort.assets/scatter_in_buckets_distribution.png differ diff --git a/en/docs/chapter_sorting/bucket_sort.assets/scatter_in_buckets_recursively.png b/en/docs/chapter_sorting/bucket_sort.assets/scatter_in_buckets_recursively.png index 9c4d02353..3e768bc4c 100644 Binary files a/en/docs/chapter_sorting/bucket_sort.assets/scatter_in_buckets_recursively.png and b/en/docs/chapter_sorting/bucket_sort.assets/scatter_in_buckets_recursively.png differ diff --git a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_overview.png b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_overview.png index fff7c7814..f4db88af3 100644 Binary files a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_overview.png and b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_overview.png differ diff --git a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step1.png b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step1.png index b7f5e6833..dcd3e4109 100644 Binary files a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step1.png and b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step1.png differ diff --git a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step2.png b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step2.png index b054b7bdb..231abb0ac 100644 Binary files a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step2.png and b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step2.png differ diff --git a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step3.png b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step3.png index 63987089b..8023c33bb 100644 Binary files a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step3.png and b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step3.png differ diff --git a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step4.png b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step4.png index afa7993d1..ab1e32f6a 100644 Binary files a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step4.png and b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step4.png differ diff --git a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step5.png b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step5.png index cc92259e5..db0f420c1 100644 Binary files a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step5.png and b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step5.png differ diff --git a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step6.png b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step6.png index f77fc7c99..193cfb602 100644 Binary files a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step6.png and b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step6.png differ diff --git a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step7.png b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step7.png index 5ab818a65..065b025f2 100644 Binary files a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step7.png and b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step7.png differ diff --git a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step8.png b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step8.png index 33ed7550b..85191884c 100644 Binary files a/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step8.png and b/en/docs/chapter_sorting/counting_sort.assets/counting_sort_step8.png differ diff --git a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step1.png b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step1.png index ecea70a3d..8966b7390 100644 Binary files a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step1.png and b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step1.png differ diff --git a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step10.png b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step10.png index e3997706a..27a61d45c 100644 Binary files a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step10.png and b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step10.png differ diff --git a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step11.png b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step11.png index a857ddca4..20b751215 100644 Binary files a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step11.png and b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step11.png differ diff --git a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step12.png b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step12.png index ee9c1a062..b094f53db 100644 Binary files a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step12.png and b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step12.png differ diff --git a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step2.png b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step2.png index bd5c2d9cc..ba2fe8481 100644 Binary files a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step2.png and b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step2.png differ diff --git a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step3.png b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step3.png index ec761049e..acb09744e 100644 Binary files a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step3.png and b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step3.png differ diff --git a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step4.png b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step4.png index fea98499d..0d145f850 100644 Binary files a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step4.png and b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step4.png differ diff --git a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step5.png b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step5.png index 6a8de4c5e..f68b1da53 100644 Binary files a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step5.png and b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step5.png differ diff --git a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step6.png b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step6.png index 61656286b..d16956b21 100644 Binary files a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step6.png and b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step6.png differ diff --git a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step7.png b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step7.png index 9b938dd6e..6b9e84ec1 100644 Binary files a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step7.png and b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step7.png differ diff --git a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step8.png b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step8.png index 2c61e8bb8..bc28bb736 100644 Binary files a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step8.png and b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step8.png differ diff --git a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step9.png b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step9.png index 1cb96c815..09dcde6e0 100644 Binary files a/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step9.png and b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step9.png differ diff --git a/en/docs/chapter_sorting/insertion_sort.assets/insertion_operation.png b/en/docs/chapter_sorting/insertion_sort.assets/insertion_operation.png index c6806c0ea..db5145cdc 100644 Binary files a/en/docs/chapter_sorting/insertion_sort.assets/insertion_operation.png and b/en/docs/chapter_sorting/insertion_sort.assets/insertion_operation.png differ diff --git a/en/docs/chapter_sorting/insertion_sort.assets/insertion_sort_overview.png b/en/docs/chapter_sorting/insertion_sort.assets/insertion_sort_overview.png index f3fd0486e..b95218756 100644 Binary files a/en/docs/chapter_sorting/insertion_sort.assets/insertion_sort_overview.png and b/en/docs/chapter_sorting/insertion_sort.assets/insertion_sort_overview.png differ diff --git a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_overview.png b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_overview.png index 7e71adce4..cdeaf9e70 100644 Binary files a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_overview.png and b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_overview.png differ diff --git a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step1.png b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step1.png index 34d567f0c..06f40f51c 100644 Binary files a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step1.png and b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step1.png differ diff --git a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step10.png b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step10.png index c870f0466..466ee150d 100644 Binary files a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step10.png and b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step10.png differ diff --git a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step2.png b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step2.png index 4e8d1e809..0c48cbd5e 100644 Binary files a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step2.png and b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step2.png differ diff --git a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step3.png b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step3.png index c25844dca..c58ca5c61 100644 Binary files a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step3.png and b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step3.png differ diff --git a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step4.png b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step4.png index 890a0e497..4ce1375bc 100644 Binary files a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step4.png and b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step4.png differ diff --git a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step5.png b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step5.png index 67a3d8808..7a3eb200e 100644 Binary files a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step5.png and b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step5.png differ diff --git a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step6.png b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step6.png index 1aa7dcfca..644d20b65 100644 Binary files a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step6.png and b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step6.png differ diff --git a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step7.png b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step7.png index c8d94c13b..3afa045b7 100644 Binary files a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step7.png and b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step7.png differ diff --git a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step8.png b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step8.png index a25be5c34..7acf85f15 100644 Binary files a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step8.png and b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step8.png differ diff --git a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step9.png b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step9.png index 129d4506f..5fee275b3 100644 Binary files a/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step9.png and b/en/docs/chapter_sorting/merge_sort.assets/merge_sort_step9.png differ diff --git a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step1.png b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step1.png index 242ff0d0a..43a43e0ab 100644 Binary files a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step1.png and b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step1.png differ diff --git a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step2.png b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step2.png index 27a829600..4248ea648 100644 Binary files a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step2.png and b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step2.png differ diff --git a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step3.png b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step3.png index 44a80612d..308cf42aa 100644 Binary files a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step3.png and b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step3.png differ diff --git a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step4.png b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step4.png index 41af01122..ca642b059 100644 Binary files a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step4.png and b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step4.png differ diff --git a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step5.png b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step5.png index 721cd8db7..618cbdb21 100644 Binary files a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step5.png and b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step5.png differ diff --git a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step6.png b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step6.png index 546d67a58..eee63e20c 100644 Binary files a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step6.png and b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step6.png differ diff --git a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step7.png b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step7.png index 44975cc82..c87abb445 100644 Binary files a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step7.png and b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step7.png differ diff --git a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step8.png b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step8.png index ad2014f8d..bbdeaeb09 100644 Binary files a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step8.png and b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step8.png differ diff --git a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step9.png b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step9.png index e226b88be..16b04ed17 100644 Binary files a/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step9.png and b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step9.png differ diff --git a/en/docs/chapter_sorting/quick_sort.assets/quick_sort_overview.png b/en/docs/chapter_sorting/quick_sort.assets/quick_sort_overview.png index 2e82a4b8e..1bea05c64 100644 Binary files a/en/docs/chapter_sorting/quick_sort.assets/quick_sort_overview.png and b/en/docs/chapter_sorting/quick_sort.assets/quick_sort_overview.png differ diff --git a/en/docs/chapter_sorting/radix_sort.assets/radix_sort_overview.png b/en/docs/chapter_sorting/radix_sort.assets/radix_sort_overview.png index e123cb73b..60e0ef9cc 100644 Binary files a/en/docs/chapter_sorting/radix_sort.assets/radix_sort_overview.png and b/en/docs/chapter_sorting/radix_sort.assets/radix_sort_overview.png differ diff --git a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_instability.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_instability.png index e3c1de0db..a510641c3 100644 Binary files a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_instability.png and b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_instability.png differ diff --git a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step1.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step1.png index f540c6d54..18d643639 100644 Binary files a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step1.png and b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step1.png differ diff --git a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step10.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step10.png index d99b29370..37c8a83a7 100644 Binary files a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step10.png and b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step10.png differ diff --git a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step11.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step11.png index 9fd1494a4..1b6d9df0a 100644 Binary files a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step11.png and b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step11.png differ diff --git a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step2.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step2.png index e89584925..11a33be96 100644 Binary files a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step2.png and b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step2.png differ diff --git a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step3.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step3.png index 31a5db2da..6c47435f4 100644 Binary files a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step3.png and b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step3.png differ diff --git a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step4.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step4.png index ff5e1d719..3c0d4ac89 100644 Binary files a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step4.png and b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step4.png differ diff --git a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step5.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step5.png index e482839f7..709177131 100644 Binary files a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step5.png and b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step5.png differ diff --git a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step6.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step6.png index 1f33c582b..1ec8c8c1b 100644 Binary files a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step6.png and b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step6.png differ diff --git a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step7.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step7.png index 647b0b755..e5c2ed810 100644 Binary files a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step7.png and b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step7.png differ diff --git a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step8.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step8.png index 0cf6653e7..2d4647d2f 100644 Binary files a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step8.png and b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step8.png differ diff --git a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step9.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step9.png index db74ca40b..a68926780 100644 Binary files a/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step9.png and b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step9.png differ diff --git a/en/docs/chapter_sorting/sorting_algorithm.assets/sorting_examples.png b/en/docs/chapter_sorting/sorting_algorithm.assets/sorting_examples.png index aec33cb1f..33e6786dd 100644 Binary files a/en/docs/chapter_sorting/sorting_algorithm.assets/sorting_examples.png and b/en/docs/chapter_sorting/sorting_algorithm.assets/sorting_examples.png differ diff --git a/en/docs/chapter_sorting/summary.assets/sorting_algorithms_comparison.png b/en/docs/chapter_sorting/summary.assets/sorting_algorithms_comparison.png index 6a6559d08..8492fc4c3 100644 Binary files a/en/docs/chapter_sorting/summary.assets/sorting_algorithms_comparison.png and b/en/docs/chapter_sorting/summary.assets/sorting_algorithms_comparison.png differ