Python Forum
Python Algorithms Weekly - Q61 - Find the skyline of a group of buildings - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Tutorials (https://python-forum.io/forum-4.html)
+---- Forum: Tutorial Requests and Submissions (https://python-forum.io/forum-21.html)
+---- Thread: Python Algorithms Weekly - Q61 - Find the skyline of a group of buildings (/thread-14662.html)



Python Algorithms Weekly - Q61 - Find the skyline of a group of buildings - thedruid_18 - Dec-11-2018

Description of the divide and conquer algorithm used to find the skyline of a group of buildings followed by Python code

http://www.interviewdruid.com/find-the-skyline-of-a-group-of-buildings/