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.