Hacker News new | ask | show | jobs
by mattmcal 277 days ago
Yes, you just need to maintain a stack of rectangles ordered from lowest to highest. You only ever have to push and pop the top of the stack, so the runtime is O(n).