LeetCode 252: Meeting Rooms — Step-by-Step Visual Trace
Easy — Array | Sorting | Intervals | Greedy
The Problem
Given an array of meeting time intervals, determine if a person could attend all meetings without any conflicts. Return false if any two meetings overlap in time.
Approach
Sort the intervals by ...
blog.tracelit.dev1 min read