Stephen Rice
E-mail: stephen@stephenlrice.com
Phone: (408) 981-9564 www.linkedin.com/in/srice08/

A picture of Stephen Rice

Code Samples

Skyline Problem

The Skyline Problem asks that, given a set of buildings (defined by a Left point, Height and Right Point), design an algorithm to create a list of so-called "Height Points" which detail each change in the height of the skyline. Together, these height points create a skyline silhouette.

Download: Skyline Solution

Contents: Main.java, Solver.java, Building.java, Heightpoint.java

Project Euler

ProjectEuler is a website containing 400+ short mathematical programming problems (with more added on a regular basis). To see my solutions to some of these problems, go to my ProjectEuler GitHub.