Given an array of meeting time intervals , determine if a person could attend all meetings (no overlaps).
Example: returns false because overlaps with both other meetings. This is interval overlap detection. Can any two intervals overlap? Constraints: up to meetings.