diff --git a/chapter_graph/graph_operations.assets/adjacency_list_initialization.png b/chapter_graph/graph_operations.assets/adjacency_list_step1_initialization.png
similarity index 100%
rename from chapter_graph/graph_operations.assets/adjacency_list_initialization.png
rename to chapter_graph/graph_operations.assets/adjacency_list_step1_initialization.png
diff --git a/chapter_graph/graph_operations.assets/adjacency_list_add_edge.png b/chapter_graph/graph_operations.assets/adjacency_list_step2_add_edge.png
similarity index 100%
rename from chapter_graph/graph_operations.assets/adjacency_list_add_edge.png
rename to chapter_graph/graph_operations.assets/adjacency_list_step2_add_edge.png
diff --git a/chapter_graph/graph_operations.assets/adjacency_list_remove_edge.png b/chapter_graph/graph_operations.assets/adjacency_list_step3_remove_edge.png
similarity index 100%
rename from chapter_graph/graph_operations.assets/adjacency_list_remove_edge.png
rename to chapter_graph/graph_operations.assets/adjacency_list_step3_remove_edge.png
diff --git a/chapter_graph/graph_operations.assets/adjacency_list_add_vertex.png b/chapter_graph/graph_operations.assets/adjacency_list_step4_add_vertex.png
similarity index 100%
rename from chapter_graph/graph_operations.assets/adjacency_list_add_vertex.png
rename to chapter_graph/graph_operations.assets/adjacency_list_step4_add_vertex.png
diff --git a/chapter_graph/graph_operations.assets/adjacency_list_remove_vertex.png b/chapter_graph/graph_operations.assets/adjacency_list_step5_remove_vertex.png
similarity index 100%
rename from chapter_graph/graph_operations.assets/adjacency_list_remove_vertex.png
rename to chapter_graph/graph_operations.assets/adjacency_list_step5_remove_vertex.png
diff --git a/chapter_graph/graph_operations.assets/adjacency_matrix_initialization.png b/chapter_graph/graph_operations.assets/adjacency_matrix_step1_initialization.png
similarity index 100%
rename from chapter_graph/graph_operations.assets/adjacency_matrix_initialization.png
rename to chapter_graph/graph_operations.assets/adjacency_matrix_step1_initialization.png
diff --git a/chapter_graph/graph_operations.assets/adjacency_matrix_add_edge.png b/chapter_graph/graph_operations.assets/adjacency_matrix_step2_add_edge.png
similarity index 100%
rename from chapter_graph/graph_operations.assets/adjacency_matrix_add_edge.png
rename to chapter_graph/graph_operations.assets/adjacency_matrix_step2_add_edge.png
diff --git a/chapter_graph/graph_operations.assets/adjacency_matrix_remove_edge.png b/chapter_graph/graph_operations.assets/adjacency_matrix_step3_remove_edge.png
similarity index 100%
rename from chapter_graph/graph_operations.assets/adjacency_matrix_remove_edge.png
rename to chapter_graph/graph_operations.assets/adjacency_matrix_step3_remove_edge.png
diff --git a/chapter_graph/graph_operations.assets/adjacency_matrix_add_vertex.png b/chapter_graph/graph_operations.assets/adjacency_matrix_step4_add_vertex.png
similarity index 100%
rename from chapter_graph/graph_operations.assets/adjacency_matrix_add_vertex.png
rename to chapter_graph/graph_operations.assets/adjacency_matrix_step4_add_vertex.png
diff --git a/chapter_graph/graph_operations.assets/adjacency_matrix_remove_vertex.png b/chapter_graph/graph_operations.assets/adjacency_matrix_step5_remove_vertex.png
similarity index 100%
rename from chapter_graph/graph_operations.assets/adjacency_matrix_remove_vertex.png
rename to chapter_graph/graph_operations.assets/adjacency_matrix_step5_remove_vertex.png
diff --git a/chapter_graph/graph_operations/index.html b/chapter_graph/graph_operations/index.html
index 6e7ad74da..b5a99b2e9 100644
--- a/chapter_graph/graph_operations/index.html
+++ b/chapter_graph/graph_operations/index.html
@@ -3545,19 +3545,19 @@
@@ -4572,19 +4572,19 @@
diff --git a/chapter_stack_and_queue/deque.assets/array_deque.png b/chapter_stack_and_queue/deque.assets/array_deque_step1.png
similarity index 100%
rename from chapter_stack_and_queue/deque.assets/array_deque.png
rename to chapter_stack_and_queue/deque.assets/array_deque_step1.png
diff --git a/chapter_stack_and_queue/deque.assets/array_deque_push_last.png b/chapter_stack_and_queue/deque.assets/array_deque_step2_push_last.png
similarity index 100%
rename from chapter_stack_and_queue/deque.assets/array_deque_push_last.png
rename to chapter_stack_and_queue/deque.assets/array_deque_step2_push_last.png
diff --git a/chapter_stack_and_queue/deque.assets/array_deque_push_first.png b/chapter_stack_and_queue/deque.assets/array_deque_step3_push_first.png
similarity index 100%
rename from chapter_stack_and_queue/deque.assets/array_deque_push_first.png
rename to chapter_stack_and_queue/deque.assets/array_deque_step3_push_first.png
diff --git a/chapter_stack_and_queue/deque.assets/array_deque_pop_last.png b/chapter_stack_and_queue/deque.assets/array_deque_step4_pop_last.png
similarity index 100%
rename from chapter_stack_and_queue/deque.assets/array_deque_pop_last.png
rename to chapter_stack_and_queue/deque.assets/array_deque_step4_pop_last.png
diff --git a/chapter_stack_and_queue/deque.assets/array_deque_pop_first.png b/chapter_stack_and_queue/deque.assets/array_deque_step5_pop_first.png
similarity index 100%
rename from chapter_stack_and_queue/deque.assets/array_deque_pop_first.png
rename to chapter_stack_and_queue/deque.assets/array_deque_step5_pop_first.png
diff --git a/chapter_stack_and_queue/deque.assets/linkedlist_deque.png b/chapter_stack_and_queue/deque.assets/linkedlist_deque_step1.png
similarity index 100%
rename from chapter_stack_and_queue/deque.assets/linkedlist_deque.png
rename to chapter_stack_and_queue/deque.assets/linkedlist_deque_step1.png
diff --git a/chapter_stack_and_queue/deque.assets/linkedlist_deque_push_last.png b/chapter_stack_and_queue/deque.assets/linkedlist_deque_step2_push_last.png
similarity index 100%
rename from chapter_stack_and_queue/deque.assets/linkedlist_deque_push_last.png
rename to chapter_stack_and_queue/deque.assets/linkedlist_deque_step2_push_last.png
diff --git a/chapter_stack_and_queue/deque.assets/linkedlist_deque_push_first.png b/chapter_stack_and_queue/deque.assets/linkedlist_deque_step3_push_first.png
similarity index 100%
rename from chapter_stack_and_queue/deque.assets/linkedlist_deque_push_first.png
rename to chapter_stack_and_queue/deque.assets/linkedlist_deque_step3_push_first.png
diff --git a/chapter_stack_and_queue/deque.assets/linkedlist_deque_pop_last.png b/chapter_stack_and_queue/deque.assets/linkedlist_deque_step4_pop_last.png
similarity index 100%
rename from chapter_stack_and_queue/deque.assets/linkedlist_deque_pop_last.png
rename to chapter_stack_and_queue/deque.assets/linkedlist_deque_step4_pop_last.png
diff --git a/chapter_stack_and_queue/deque.assets/linkedlist_deque_pop_first.png b/chapter_stack_and_queue/deque.assets/linkedlist_deque_step5_pop_first.png
similarity index 100%
rename from chapter_stack_and_queue/deque.assets/linkedlist_deque_pop_first.png
rename to chapter_stack_and_queue/deque.assets/linkedlist_deque_step5_pop_first.png
diff --git a/chapter_stack_and_queue/deque/index.html b/chapter_stack_and_queue/deque/index.html
index f056435c9..8e163365f 100644
--- a/chapter_stack_and_queue/deque/index.html
+++ b/chapter_stack_and_queue/deque/index.html
@@ -3936,19 +3936,19 @@
@@ -5555,19 +5555,19 @@
diff --git a/chapter_stack_and_queue/queue.assets/array_queue.png b/chapter_stack_and_queue/queue.assets/array_queue_step1.png
similarity index 100%
rename from chapter_stack_and_queue/queue.assets/array_queue.png
rename to chapter_stack_and_queue/queue.assets/array_queue_step1.png
diff --git a/chapter_stack_and_queue/queue.assets/array_queue_push.png b/chapter_stack_and_queue/queue.assets/array_queue_step2_push.png
similarity index 100%
rename from chapter_stack_and_queue/queue.assets/array_queue_push.png
rename to chapter_stack_and_queue/queue.assets/array_queue_step2_push.png
diff --git a/chapter_stack_and_queue/queue.assets/array_queue_pop.png b/chapter_stack_and_queue/queue.assets/array_queue_step3_pop.png
similarity index 100%
rename from chapter_stack_and_queue/queue.assets/array_queue_pop.png
rename to chapter_stack_and_queue/queue.assets/array_queue_step3_pop.png
diff --git a/chapter_stack_and_queue/queue.assets/linkedlist_queue.png b/chapter_stack_and_queue/queue.assets/linkedlist_queue_step1.png
similarity index 100%
rename from chapter_stack_and_queue/queue.assets/linkedlist_queue.png
rename to chapter_stack_and_queue/queue.assets/linkedlist_queue_step1.png
diff --git a/chapter_stack_and_queue/queue.assets/linkedlist_queue_push.png b/chapter_stack_and_queue/queue.assets/linkedlist_queue_step2_push.png
similarity index 100%
rename from chapter_stack_and_queue/queue.assets/linkedlist_queue_push.png
rename to chapter_stack_and_queue/queue.assets/linkedlist_queue_step2_push.png
diff --git a/chapter_stack_and_queue/queue.assets/linkedlist_queue_pop.png b/chapter_stack_and_queue/queue.assets/linkedlist_queue_step3_pop.png
similarity index 100%
rename from chapter_stack_and_queue/queue.assets/linkedlist_queue_pop.png
rename to chapter_stack_and_queue/queue.assets/linkedlist_queue_step3_pop.png
diff --git a/chapter_stack_and_queue/queue/index.html b/chapter_stack_and_queue/queue/index.html
index e6c7e04aa..512c107ae 100644
--- a/chapter_stack_and_queue/queue/index.html
+++ b/chapter_stack_and_queue/queue/index.html
@@ -3899,13 +3899,13 @@
@@ -4777,13 +4777,13 @@
diff --git a/chapter_stack_and_queue/stack.assets/array_stack.png b/chapter_stack_and_queue/stack.assets/array_stack_step1.png
similarity index 100%
rename from chapter_stack_and_queue/stack.assets/array_stack.png
rename to chapter_stack_and_queue/stack.assets/array_stack_step1.png
diff --git a/chapter_stack_and_queue/stack.assets/array_stack_push.png b/chapter_stack_and_queue/stack.assets/array_stack_step2_push.png
similarity index 100%
rename from chapter_stack_and_queue/stack.assets/array_stack_push.png
rename to chapter_stack_and_queue/stack.assets/array_stack_step2_push.png
diff --git a/chapter_stack_and_queue/stack.assets/array_stack_pop.png b/chapter_stack_and_queue/stack.assets/array_stack_step3_pop.png
similarity index 100%
rename from chapter_stack_and_queue/stack.assets/array_stack_pop.png
rename to chapter_stack_and_queue/stack.assets/array_stack_step3_pop.png
diff --git a/chapter_stack_and_queue/stack.assets/linkedlist_stack.png b/chapter_stack_and_queue/stack.assets/linkedlist_stack_step1.png
similarity index 100%
rename from chapter_stack_and_queue/stack.assets/linkedlist_stack.png
rename to chapter_stack_and_queue/stack.assets/linkedlist_stack_step1.png
diff --git a/chapter_stack_and_queue/stack.assets/linkedlist_stack_push.png b/chapter_stack_and_queue/stack.assets/linkedlist_stack_step2_push.png
similarity index 100%
rename from chapter_stack_and_queue/stack.assets/linkedlist_stack_push.png
rename to chapter_stack_and_queue/stack.assets/linkedlist_stack_step2_push.png
diff --git a/chapter_stack_and_queue/stack.assets/linkedlist_stack_pop.png b/chapter_stack_and_queue/stack.assets/linkedlist_stack_step3_pop.png
similarity index 100%
rename from chapter_stack_and_queue/stack.assets/linkedlist_stack_pop.png
rename to chapter_stack_and_queue/stack.assets/linkedlist_stack_step3_pop.png
diff --git a/chapter_stack_and_queue/stack/index.html b/chapter_stack_and_queue/stack/index.html
index 5d8ae9fe1..2d65504a9 100644
--- a/chapter_stack_and_queue/stack/index.html
+++ b/chapter_stack_and_queue/stack/index.html
@@ -3912,13 +3912,13 @@
@@ -4657,13 +4657,13 @@
diff --git a/en/sitemap.xml b/en/sitemap.xml
index e48756a46..b78a8dba0 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -2,187 +2,187 @@
https://www.hello-algo.com/en/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_array_and_linkedlist/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_array_and_linkedlist/array/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_array_and_linkedlist/linked_list/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_array_and_linkedlist/list/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_array_and_linkedlist/ram_and_cache/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_array_and_linkedlist/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_computational_complexity/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_computational_complexity/iteration_and_recursion/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_computational_complexity/performance_evaluation/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_computational_complexity/space_complexity/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_computational_complexity/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_computational_complexity/time_complexity/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_data_structure/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_data_structure/basic_data_types/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_data_structure/character_encoding/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_data_structure/classification_of_data_structure/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_data_structure/number_encoding/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_data_structure/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_hashing/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_hashing/hash_algorithm/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_hashing/hash_collision/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_hashing/hash_map/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_hashing/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_introduction/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_introduction/algorithms_are_everywhere/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_introduction/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_introduction/what_is_dsa/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_preface/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_preface/about_the_book/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_preface/suggestions/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_preface/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_stack_and_queue/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_stack_and_queue/deque/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_stack_and_queue/queue/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_stack_and_queue/stack/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/en/chapter_stack_and_queue/summary/
- 2024-02-08
+ 2024-02-09
daily
\ No newline at end of file
diff --git a/en/sitemap.xml.gz b/en/sitemap.xml.gz
index b738045e1..3f6880c69 100644
Binary files a/en/sitemap.xml.gz and b/en/sitemap.xml.gz differ
diff --git a/sitemap.xml b/sitemap.xml
index 7d0f7f1b3..91fd249cb 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,522 +2,522 @@
https://www.hello-algo.com/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_appendix/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_appendix/contribution/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_appendix/installation/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_appendix/terminology/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_array_and_linkedlist/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_array_and_linkedlist/array/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_array_and_linkedlist/linked_list/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_array_and_linkedlist/list/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_array_and_linkedlist/ram_and_cache/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_array_and_linkedlist/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_backtracking/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_backtracking/backtracking_algorithm/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_backtracking/n_queens_problem/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_backtracking/permutations_problem/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_backtracking/subset_sum_problem/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_backtracking/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_computational_complexity/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_computational_complexity/iteration_and_recursion/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_computational_complexity/performance_evaluation/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_computational_complexity/space_complexity/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_computational_complexity/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_computational_complexity/time_complexity/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_data_structure/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_data_structure/basic_data_types/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_data_structure/character_encoding/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_data_structure/classification_of_data_structure/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_data_structure/number_encoding/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_data_structure/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_divide_and_conquer/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_divide_and_conquer/binary_search_recur/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_divide_and_conquer/build_binary_tree_problem/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_divide_and_conquer/divide_and_conquer/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_divide_and_conquer/hanota_problem/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_divide_and_conquer/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_dynamic_programming/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_dynamic_programming/dp_problem_features/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_dynamic_programming/dp_solution_pipeline/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_dynamic_programming/edit_distance_problem/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_dynamic_programming/intro_to_dynamic_programming/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_dynamic_programming/knapsack_problem/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_dynamic_programming/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_dynamic_programming/unbounded_knapsack_problem/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_graph/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_graph/graph/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_graph/graph_operations/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_graph/graph_traversal/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_graph/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_greedy/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_greedy/fractional_knapsack_problem/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_greedy/greedy_algorithm/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_greedy/max_capacity_problem/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_greedy/max_product_cutting_problem/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_greedy/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_hashing/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_hashing/hash_algorithm/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_hashing/hash_collision/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_hashing/hash_map/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_hashing/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_heap/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_heap/build_heap/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_heap/heap/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_heap/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_heap/top_k/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_introduction/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_introduction/algorithms_are_everywhere/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_introduction/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_introduction/what_is_dsa/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_preface/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_preface/about_the_book/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_preface/suggestions/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_preface/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_reference/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_searching/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_searching/binary_search/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_searching/binary_search_edge/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_searching/binary_search_insertion/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_searching/replace_linear_by_hashing/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_searching/searching_algorithm_revisited/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_searching/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_sorting/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_sorting/bubble_sort/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_sorting/bucket_sort/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_sorting/counting_sort/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_sorting/heap_sort/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_sorting/insertion_sort/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_sorting/merge_sort/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_sorting/quick_sort/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_sorting/radix_sort/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_sorting/selection_sort/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_sorting/sorting_algorithm/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_sorting/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_stack_and_queue/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_stack_and_queue/deque/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_stack_and_queue/queue/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_stack_and_queue/stack/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_stack_and_queue/summary/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_tree/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_tree/array_representation_of_tree/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_tree/avl_tree/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_tree/binary_search_tree/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_tree/binary_tree/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_tree/binary_tree_traversal/
- 2024-02-08
+ 2024-02-09
daily
https://www.hello-algo.com/chapter_tree/summary/
- 2024-02-08
+ 2024-02-09
daily
\ No newline at end of file
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index a9f359cbb..d13bde731 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ