Skip to content
Sabda PS edited this page Jun 27, 2015 · 1 revision

Welcome to the poly-euler wiki!

How to approach project-euler problems:

  1. If you can think the solution in seconds, likely that is a brute-force kind of solution :)
  2. If you want to learn the math part, then check the math term on wiki
  3. If you want to learn the programming part, try the brute-force but optimise it a lot using features available in the lambda of your choice.

In the wiki part, we will discuss probably 20-30 easy problems (whose solutions are everywhere on the internet anyway, so we'd like to think the problem maker wouldn't be bothered by our sharing) and the different approaches we are using and the performance of the implementations in different programming languages.

Clone this wiki locally