Project Euler is an online programming exercise database. There are over 300 problems that relate to number theory, simulations, graph theory, statistics, etc. Given a problem, you have to find a solution that runs in a reasonable amount of time, … Continue reading
I’ve just finished programming a roller coaster application that was a way to learn Catmull-Rom Spline interpolation. The idea is simply to take a series of low-resolution points representing a general design of a roller coaster, then interpolate these points … Continue reading