Skip to main content

Optimizing Code with Project Euler

LEGACY NOTICE

This file originally appeared in the club documents repository, which was set up by previous OSC administration. The repository is no longer maintained and its contents no longer reflect the state of the UF Open Source Club. This file is reproduced solely for archival purposes.

Writing efficient code is an important skill to have for any programmer. This presentation will introduce you to what optimization is, when to (and not to) do it, and a basic introduction to optimization strategies. It then covers signing up for Project Euler, a site dedicated to solving algorithmic problems.