Coding Interview Problem: Calendar Conflicts

Jackson walks through a linear (O(n)) complexity solution to the problem of finding conflicts in a calendar represented as a list of start and end times. The video features code written in PHP. It's written in the style of a Google coding interview (or Facebook, Amazon, etc. company).