From 58c615f7fa246ab61f0165d77ad990bded32e10c Mon Sep 17 00:00:00 2001 From: krahets Date: Thu, 20 Jul 2023 18:24:35 +0800 Subject: [PATCH] deploy --- 404.html | 145 +- assets/covers/chapter_greedy.jpg | Bin 0 -> 127897 bytes chapter_appendix/contribution/index.html | 193 +- chapter_appendix/index.html | 171 +- chapter_appendix/installation/index.html | 257 +- chapter_array_and_linkedlist/array/index.html | 145 +- chapter_array_and_linkedlist/index.html | 145 +- .../linked_list/index.html | 145 +- chapter_array_and_linkedlist/list/index.html | 145 +- .../summary/index.html | 145 +- .../backtracking_algorithm/index.html | 147 +- chapter_backtracking/index.html | 145 +- .../n_queens_problem/index.html | 145 +- .../permutations_problem/index.html | 145 +- .../subset_sum_problem/index.html | 145 +- chapter_backtracking/summary/index.html | 145 +- chapter_computational_complexity/index.html | 145 +- .../performance_evaluation/index.html | 145 +- .../space_complexity/index.html | 145 +- .../summary/index.html | 145 +- .../time_complexity/index.html | 145 +- .../basic_data_types/index.html | 145 +- .../character_encoding/index.html | 145 +- .../index.html | 145 +- chapter_data_structure/index.html | 145 +- .../number_encoding/index.html | 145 +- chapter_data_structure/summary/index.html | 145 +- .../binary_search_recur/index.html | 145 +- .../build_binary_tree_problem/index.html | 145 +- .../divide_and_conquer/index.html | 145 +- .../hanota_problem/index.html | 145 +- chapter_divide_and_conquer/index.html | 145 +- chapter_divide_and_conquer/summary/index.html | 145 +- .../dp_problem_features/index.html | 145 +- .../dp_solution_pipeline/index.html | 145 +- .../edit_distance_problem/index.html | 145 +- chapter_dynamic_programming/index.html | 145 +- .../intro_to_dynamic_programming/index.html | 145 +- .../knapsack_problem/index.html | 145 +- .../summary/index.html | 151 +- .../unbounded_knapsack_problem/index.html | 145 +- chapter_graph/graph/index.html | 145 +- chapter_graph/graph_operations/index.html | 145 +- chapter_graph/graph_traversal/index.html | 145 +- chapter_graph/index.html | 145 +- chapter_graph/summary/index.html | 145 +- .../fractional_knapsack_area_chart.png | Bin 0 -> 45734 bytes .../fractional_knapsack_example.png | Bin 0 -> 78915 bytes .../fractional_knapsack_greedy_strategy.png | Bin 0 -> 67277 bytes .../fractional_knapsack_unit_value.png | Bin 0 -> 68193 bytes .../fractional_knapsack_problem/index.html | 3607 ++++++++++++++++ .../coin_change_greedy_strategy.png | Bin 0 -> 110896 bytes .../coin_change_greedy_vs_dp.png | Bin 0 -> 73696 bytes chapter_greedy/greedy_algorithm/index.html | 3679 +++++++++++++++++ chapter_greedy/index.html | 3423 +++++++++++++++ chapter_hashing/hash_algorithm/index.html | 145 +- chapter_hashing/hash_collision/index.html | 145 +- chapter_hashing/hash_map/index.html | 145 +- chapter_hashing/index.html | 145 +- chapter_hashing/summary/index.html | 145 +- chapter_heap/build_heap/index.html | 145 +- chapter_heap/heap/index.html | 145 +- chapter_heap/index.html | 145 +- chapter_heap/summary/index.html | 145 +- chapter_heap/top_k/index.html | 145 +- .../algorithms_are_everywhere/index.html | 145 +- chapter_introduction/index.html | 145 +- chapter_introduction/summary/index.html | 145 +- chapter_introduction/what_is_dsa/index.html | 145 +- chapter_preface/about_the_book/index.html | 145 +- chapter_preface/index.html | 145 +- chapter_preface/suggestions/index.html | 145 +- chapter_preface/summary/index.html | 145 +- chapter_reference/index.html | 149 +- chapter_searching/binary_search/index.html | 145 +- .../binary_search_edge/index.html | 145 +- chapter_searching/index.html | 145 +- .../replace_linear_by_hashing/index.html | 145 +- .../searching_algorithm_revisited/index.html | 145 +- chapter_searching/summary/index.html | 145 +- chapter_sorting/bubble_sort/index.html | 145 +- chapter_sorting/bucket_sort/index.html | 145 +- chapter_sorting/counting_sort/index.html | 145 +- chapter_sorting/heap_sort/index.html | 145 +- chapter_sorting/index.html | 145 +- chapter_sorting/insertion_sort/index.html | 145 +- chapter_sorting/merge_sort/index.html | 145 +- chapter_sorting/quick_sort/index.html | 145 +- chapter_sorting/radix_sort/index.html | 145 +- chapter_sorting/selection_sort/index.html | 145 +- chapter_sorting/sorting_algorithm/index.html | 145 +- chapter_sorting/summary/index.html | 145 +- chapter_stack_and_queue/deque/index.html | 145 +- chapter_stack_and_queue/index.html | 145 +- chapter_stack_and_queue/queue/index.html | 145 +- chapter_stack_and_queue/stack/index.html | 145 +- chapter_stack_and_queue/summary/index.html | 145 +- .../array_representation_of_tree/index.html | 145 +- chapter_tree/avl_tree/index.html | 145 +- chapter_tree/binary_search_tree/index.html | 145 +- chapter_tree/binary_tree/index.html | 145 +- chapter_tree/binary_tree_traversal/index.html | 145 +- chapter_tree/index.html | 145 +- chapter_tree/summary/index.html | 145 +- index.html | 145 +- search/search_index.json | 2 +- sitemap.xml | 203 +- sitemap.xml.gz | Bin 912 -> 932 bytes 108 files changed, 23838 insertions(+), 1049 deletions(-) create mode 100644 assets/covers/chapter_greedy.jpg create mode 100644 chapter_greedy/fractional_knapsack_problem.assets/fractional_knapsack_area_chart.png create mode 100644 chapter_greedy/fractional_knapsack_problem.assets/fractional_knapsack_example.png create mode 100644 chapter_greedy/fractional_knapsack_problem.assets/fractional_knapsack_greedy_strategy.png create mode 100644 chapter_greedy/fractional_knapsack_problem.assets/fractional_knapsack_unit_value.png create mode 100644 chapter_greedy/fractional_knapsack_problem/index.html create mode 100644 chapter_greedy/greedy_algorithm.assets/coin_change_greedy_strategy.png create mode 100644 chapter_greedy/greedy_algorithm.assets/coin_change_greedy_vs_dp.png create mode 100644 chapter_greedy/greedy_algorithm/index.html create mode 100644 chapter_greedy/index.html diff --git a/404.html b/404.html index 954ac9c48..786683aaf 100644 --- a/404.html +++ b/404.html @@ -2899,15 +2899,23 @@ -