←back to thread

Project Euler

(projecteuler.net)
261 points swatson741 | 1 comments | | HN request time: 0s | source
Show context
BeetleB ◴[] No.45906315[source]
Ha! I did a lot of these around 2007-2008. I solved the first 100 or so ones. Solving these were more fun than any other programming problems site I've seen. I quit it when I realized I was spending 4+ hours per problem - I couldn't justify the time.

Beyond a certain point, most required some knowledge of elementary number theory.

replies(2): >>45906813 #>>45906954 #
1. goalieca ◴[] No.45906954[source]
Same timeline for me! This was my great procrastination side quest during grad school. I learned haskell and a bit of ocaml working on these. Functional languages are extremely well suited to these kinds of problems.