📄️ 1.1 Algorithm Explanation
As the name implies, a greedy algorithm or greedy strategy adopts a greedy approach, ensuring that each step is locally optimal, thereby resulting in a globally optimal solution.
📄️ 1.2 Distribution Problem
455. Assign Cookies
📄️ 1.3 Interval Problem
435. Non-overlapping Intervals
📄️ 1.4 Exercises
Basic Difficulty