Skyline Problem

In this article, we have explained an efficient approach to solve the Skyline Problem using a Divide and Conquer algorithm.

ContentsProblem StatementImp points to find to solve the problemFinding answers to the pointsCodeInputOutputTime and Space ComplexityProblem Statement

We are given start point,end point and height of rectangles which forms the buildings.We have to find the skyline formed by these rectangles collectively.

What is a skyline?

A city's skyline is the outer contour of ...

 •  0 comments  •  flag
Share on Twitter
Published on May 22, 2022 15:03
No comments have been added yet.