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 4650b97e2..6dd2d12eb 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 3e71604fe..21a6fd735 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 3cee7587e..a739d2e4b 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 1eb24d22f..8e6f63a2f 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 aa33437e9..c2e5250b7 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 d2efe15b3..6496a4531 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 42cce3205..b52f84e89 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 e4558601f..f00284f8a 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 1abc9ee7e..226a3024f 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 8b64d1d22..64e030b92 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_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 3b97fd57f..bb76c5ab4 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/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 a7f7e64b5..6e942957a 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_sorting/bubble_sort.assets/bubble_sort_overview.png b/en/docs/chapter_sorting/bubble_sort.assets/bubble_sort_overview.png index 5ed1a155b..e9699f7d4 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/heap_sort.assets/heap_sort_step1.png b/en/docs/chapter_sorting/heap_sort.assets/heap_sort_step1.png index 8966b7390..670b26a6b 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 27a61d45c..1f1b5180d 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 20b751215..4476f5210 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 b094f53db..ed065e5db 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 ba2fe8481..587eaec82 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 acb09744e..4178dc6f7 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 0d145f850..c28742f84 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 f68b1da53..568984c3f 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 d16956b21..ca48e5fbc 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 6b9e84ec1..aba72afd4 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 bc28bb736..62540bb5d 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 09dcde6e0..89aea66ab 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 db5145cdc..8a5b35cd7 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/quick_sort.assets/pivot_division_step4.png b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step4.png index ca642b059..ec00e8f0d 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_step8.png b/en/docs/chapter_sorting/quick_sort.assets/pivot_division_step8.png index bbdeaeb09..3ada3943e 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/selection_sort.assets/selection_sort_step11.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step11.png index 1b6d9df0a..d47f92440 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_step8.png b/en/docs/chapter_sorting/selection_sort.assets/selection_sort_step8.png index 2d4647d2f..be6b1285a 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