-
Pause
Studying for my first certification test (SQL Server 2008 BI Development and Maintenance), coupled with a less-than-elegant solution to Project Euler #6 has left the blog postless! Hopefully I’ll wrap up the cert in the next couple of weeks, and get back to a better solution to #6.
-
Project Euler #5
Problem 5 asks: “What is the smallest number divisible by each of the numbers 1 to 20?” Instead of 20, we will consider the question for any natural number. This is a great question as it gets you to start thinking about number theory! Specifically, how numbers are composed as the products of primes. As…