filmov
tv
Leetcode - 252 - Meeting Rooms using heap and priority queue with Python

Показать описание
Hi everyone! Today I'll be solving the Meeting Rooms problem on Leetcode with Python. My goal with this is to not one get some practice myself but also share some of my own techniques for solving these types of exercises. I hope it is helpful.
This problem uses arrays, heap and priority queue data structures.
This problem uses arrays, heap and priority queue data structures.