✨ LeetCode 452 — Minimum Number of Arrows to Burst Balloons (Greedy Explained)
🌟 Introduction
This is one of the cleanest interval-greedy problems on LeetCode.
You’re given a list of horizontal balloon ranges on the x-axis. If you shoot an arrow at position x, it will burst every balloon whose interval contains x.
Your goal is...
leetlog-by-chao.hashnode.dev3 min read