Please enable JavaScript.
Coggle requires JavaScript to display documents.
Greedy Algorithms - Coggle Diagram
Greedy Algorithms
Miscellaneous_Greedy_Problems
7121_Gas_Station
7122_Task_Scheduling
7123_Minimum_Number_of_Taps_to_Open_to_Water_a_Garden
7124_Insert_Interval
7125_Merge_Intervals
7126_Min_Arrows_To_Burst_Balloons
7127_Non_Overlapping_Intervals
Activity Selection
711_Job_Sequencing_with_Deadlines
712_Classroom_Allocation
713_Course_Schedule_III
714_Meeting_Rooms_II
Greedy String Manipulation
781_Minimum_Number_of_Deletions_to_Make_a_String_Balanced
782_Remove_K_Digits
783_Partition_Labels
784_Reorganize_String
Greedy_Coloring_of_Graphs
731_Chromatic_Number_of_a_Graph
732_Greedy_Algorithm_for_Graph_Coloring
733_Graph_Coloring_Problem
Greedy_in_Arrays
741_Jump_Game_II
742_Boats_to_Save_People
743_Candy_Distribution
Greedy_in_Graphs
751_Minimum_Cost_to_Connect_All_Points
752_Network_Delay_Time
753_Find_City_With_the_Smallest_Number_of_Neighbors_at_a_Threshold_Distance
Minimum_Spanning_Tree
7111_Kruskals_Algorithm
7112_Prims_Algorithm
7113_Connecting_Cities_with_Minimum_Cost
Set_Cover
7131_Minimum_Set_Cover
7132_Weighted_Set_Cover
7133_Approximation_Algorithms_for_Set_Cover
Stock_Buy_and_Sell
7141_Best_Time_to_Buy_and_Sell_Stock
7142_Best_Time_to_Buy_and_Sell_Stock_II
7143_Best_Time_to_Buy_and_Sell_Stock_with_Cooldown
Greedy_in_Trees
771_Binary_Tree_Cameras
772_Minimum_Cost_Tree_From_Leaf_Values
Huffman_Coding
781_Huffman_Encoding
782_Optimal_File_Merge_Pattern
Interval Scheduling
7101_Meeting_Rooms
Fractional_Knapsack
721_Fractional_Knapsack_Problem
Greedy_in_Matrix
761_Diagonal_Traverse_II