Meeting Rooms ii (2) | Leetcode

Опубликовано: 15 Май 2026
на канале: Don Sirivat
105
1

In this video we'll be taking a look at a popular interview question: Meeting Rooms II

This problem statement can be found on leetcode here:
https://leetcode.com/problems/meeting...

We'll talk about two different approaches for the meeting rooms question here: one that implements a dictionary and one that implements a heap data structure.