## [LeetCode 452: Minimum Number of Arrows to Burst Balloons](https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/) **Difficulty:** Medium **Category:** Intervals ### Tasks - [ ] Implement solution in `src/intervals/minimum_number_of_arrows_to_burst_balloons.py` - [ ] Verify tests pass: `pytest tests/test_minimum_number_of_arrows_to_burst_balloons.py` - [ ] Analyze time and space complexity