Difference between revisions of "Euler problems"

From HaskellWiki
Jump to navigation Jump to search
(Added page for problems 161 to 170)
m (Removed "answers" link. Currently Euler answers redirects back to this page anyway.)
(34 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
These are solutions to the problems listed on [http://projecteuler.net/index.php?section=view Project Euler].
[[Category:Programming exercise spoilers]]
 
These are the solutions to the problems listed on [http://projecteuler.net/index.php?section=view Project Euler]
 
   
  +
'''WARNING''' - Do not peek at any of these pages if you want to enjoy the
  +
benefits of Project Euler, unless you have already solved the problems.
  +
  +
The existence of these pages is very controversial; see the [[Talk:Euler problems|talk page]] for discussion. Many P.E. participants regard it as a global Internet competition which is being compromised by these readily available solutions, and some other sites hide their solution methods so that only those who know the answer can view them. The FAQ on the [http://www.projecteuler.net/ front page of the Project Euler site] says the following, which appears to be a reference to pages such as this one:
  +
  +
<blockquote>
  +
<p><em>I solved it by using a search engine, does that matter?</em></p>
  +
<p>That depends on your motivation for solving the problems. It probably means that you've missed out on some beautiful and hidden mathematics.</p>
  +
</blockquote>
  +
  +
In any case, it is recommended that you try the problems yourself before looking
  +
at the solutions. These are great exercises for improving your Haskell-fu, and reading the solutions beforehand could spoil the experience of solving them yourself.
  +
  +
Any further reading is at your own risk.
   
It is recommended you try them yourself before looking at the solutions as these form good exercises for improving your Haskell-fu.
 
 
* [[Euler problems/1 to 10|Questions 1 to 10]]
 
* [[Euler problems/1 to 10|Questions 1 to 10]]
 
* [[Euler problems/11 to 20|Questions 11 to 20]]
 
* [[Euler problems/11 to 20|Questions 11 to 20]]
Line 20: Line 32:
 
* [[Euler problems/141 to 150|Questions 141 to 150]]
 
* [[Euler problems/141 to 150|Questions 141 to 150]]
 
* [[Euler problems/151 to 160|Questions 151 to 160]]
 
* [[Euler problems/151 to 160|Questions 151 to 160]]
* [[Euler problems/161 to 170|Question 161]]
+
* [[Euler problems/161 to 170|Questions 161 to 170]]
  +
* [[Euler problems/171 to 180|Questions 171 to 180]]
  +
* [[Euler problems/181 to 190|Questions 181 to 190]]
  +
* [[Euler problems/191 to 200|Questions 191 to 200]]
   
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Revision as of 05:51, 12 May 2012

These are solutions to the problems listed on Project Euler.

WARNING - Do not peek at any of these pages if you want to enjoy the benefits of Project Euler, unless you have already solved the problems.

The existence of these pages is very controversial; see the talk page for discussion. Many P.E. participants regard it as a global Internet competition which is being compromised by these readily available solutions, and some other sites hide their solution methods so that only those who know the answer can view them. The FAQ on the front page of the Project Euler site says the following, which appears to be a reference to pages such as this one:

I solved it by using a search engine, does that matter?

That depends on your motivation for solving the problems. It probably means that you've missed out on some beautiful and hidden mathematics.

In any case, it is recommended that you try the problems yourself before looking at the solutions. These are great exercises for improving your Haskell-fu, and reading the solutions beforehand could spoil the experience of solving them yourself.

Any further reading is at your own risk.