I came across Project Euler this evening via this post.
Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.
The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.
I thought this would be a good way to get my hands dirty with Xcode and ObjC.
I’ve just completed the first problem (Add all the natural numbers below 1000 that are multiples of 3 or 5), which has elevated my Genius level to the dizzy heights of 1!
Whilst some of them are pretty simple mathematic manipulation type problems, some of them are proper head scratchers!
I’m quite tempted to post my solutions to them here somewhere so I can get some code feedback – i’m probably making a right mess when it could be done in a much simpler fashion!