-
Notifications
You must be signed in to change notification settings - Fork 3
00 Introduction
Sabda PS edited this page Jun 27, 2015
·
1 revision
Welcome to the poly-euler wiki!
How to approach project-euler problems:
- If you can think the solution in seconds, likely that is a brute-force kind of solution :)
- If you want to learn the math part, then check the math term on wiki
- 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.