From 73dc37df5265968333b437fd3f0d1cb8dcb25028 Mon Sep 17 00:00:00 2001 From: krahets Date: Thu, 4 May 2023 05:22:36 +0800 Subject: [PATCH] deploy --- 404.html | 16 + chapter_appendix/contribution/index.html | 16 + chapter_appendix/installation/index.html | 22 +- chapter_array_and_linkedlist/array/index.html | 16 + .../linked_list/index.html | 16 + chapter_array_and_linkedlist/list/index.html | 16 + .../summary/index.html | 16 + .../backtracking_algorithm/index.html | 118 +++++- .../n_queens_cols_diagonals.png | Bin 0 -> 113653 bytes .../n_queens_constraints.png | Bin 0 -> 82018 bytes .../n_queens_placing.png | Bin 0 -> 71900 bytes .../solution_4_queens.png | Bin 0 -> 29251 bytes .../n_queens_problem/index.html | 394 +++++++++++++++++- .../permutations_problem/index.html | 40 +- .../binary_search/index.html | 16 + .../performance_evaluation/index.html | 16 + .../space_complexity/index.html | 16 + .../summary/index.html | 16 + .../time_complexity/index.html | 16 + .../index.html | 16 + .../data_and_memory/index.html | 16 + chapter_data_structure/summary/index.html | 16 + chapter_graph/graph/index.html | 16 + chapter_graph/graph_operations/index.html | 16 + chapter_graph/graph_traversal/index.html | 16 + chapter_graph/summary/index.html | 16 + chapter_hashing/hash_collision/index.html | 16 + chapter_hashing/hash_map/index.html | 16 + chapter_hashing/summary/index.html | 16 + chapter_heap/build_heap/index.html | 16 + chapter_heap/heap/index.html | 16 + chapter_heap/summary/index.html | 16 + .../algorithms_are_everywhere/index.html | 16 + chapter_introduction/summary/index.html | 16 + chapter_introduction/what_is_dsa/index.html | 16 + chapter_preface/about_the_book/index.html | 16 + chapter_preface/suggestions/index.html | 16 + chapter_preface/summary/index.html | 16 + chapter_reference/index.html | 16 + .../replace_linear_by_hashing/index.html | 16 + .../searching_algorithm_revisited/index.html | 16 + chapter_searching/summary/index.html | 16 + chapter_sorting/bubble_sort/index.html | 16 + chapter_sorting/bucket_sort/index.html | 16 + chapter_sorting/counting_sort/index.html | 16 + chapter_sorting/insertion_sort/index.html | 16 + chapter_sorting/merge_sort/index.html | 16 + chapter_sorting/quick_sort/index.html | 16 + chapter_sorting/radix_sort/index.html | 16 + chapter_sorting/sorting_algorithm/index.html | 16 + chapter_sorting/summary/index.html | 16 + chapter_stack_and_queue/deque/index.html | 16 + chapter_stack_and_queue/queue/index.html | 16 + chapter_stack_and_queue/stack/index.html | 16 + chapter_stack_and_queue/summary/index.html | 16 + .../array_representation_of_tree/index.html | 16 + chapter_tree/avl_tree/index.html | 18 +- chapter_tree/binary_search_tree/index.html | 18 +- chapter_tree/binary_tree/index.html | 16 + chapter_tree/binary_tree_traversal/index.html | 16 + chapter_tree/summary/index.html | 16 + index.html | 16 + search/search_index.json | 2 +- sitemap.xml.gz | Bin 716 -> 716 bytes 64 files changed, 1416 insertions(+), 28 deletions(-) create mode 100644 chapter_backtracking/n_queens_problem.assets/n_queens_cols_diagonals.png create mode 100644 chapter_backtracking/n_queens_problem.assets/n_queens_constraints.png create mode 100644 chapter_backtracking/n_queens_problem.assets/n_queens_placing.png create mode 100644 chapter_backtracking/n_queens_problem.assets/solution_4_queens.png diff --git a/404.html b/404.html index 5ea511136..a8e7fc89d 100644 --- a/404.html +++ b/404.html @@ -1559,6 +1559,8 @@ + +