/skyline

Implementation of SkyLine problem using Python

Primary LanguagePython

skyline

Algorithm to find the skyline of buildings, given their left-most and right-most x-coordinates and their height.