Archives by date

You are browsing the site archives by date.

Project Euler – For People Who Love Programming And Mathematics

I recently came across a great website, Project Euler. Basically, it is a site with loads of mathematical problems that has to be solve programmatically. It’s not about doing something fast, but also about doing it efficiently. You need to device an efficient algorithm to solve the given problem. Or else, you’d be waiting in [...]