/sunset-hills-coding-challenge

An array of buildings is facing the sun. The heights of each building from West to East is given in an integer array. You have to tell which buildings will be able to see the sunset.

Primary LanguagePython

Watchers