Hacker News
- Benchmarking Rust with Project Euler Solutions http://japaric.github.io/eulermark.rs/002.html 7 comments
- 10x one-line solutions for the euler project http://united-coders.com/christian-harms/10-one-line-solutions-for-project-euler 2 comments
- Project Euler solutions in Ada https://github.com/kimtg/euler-ada 2 comments ada
- Project Euler #7 (Not Posting Solution) https://pastebin.com/bNgCXhtU 3 comments learnprogramming
- Can't figure out solution to project euler 3... https://www.reddit.com/r/learnprogramming/comments/7ujthj/cant_figure_out_solution_to_project_euler_3/ 4 comments learnprogramming
- Project Euler Lisp Solution http://pastebin.com/77ubm6DE 10 comments learnlisp
- A Beautiful (But Slow) Solution to Project Euler Problem #9 http://codewords.wordpress.com/2011/01/28/a-beautiful-but-slow-solution-to-project-euler-problem-9/ 14 comments haskell
- Help optimizing my python solution for project euler no. 23 https://gist.github.com/anonymous/823cba03ebe01c55fa16 3 comments learnprogramming
- Help me run a solution for a Project Euler problem! http://projecteuler.net/index.php?section=problems&id=12 6 comments learnprogramming
- Fast Project Euler Solutions in Rust (my debut Rust repo) https://github.com/dhbradshaw/projecteulerfastrust 3 comments rust
- My JavaScript solution to Euler Project Problem is not working. Help me debug it. https://www.reddit.com/r/learnprogramming/comments/6opvnm/my_javascript_solution_to_euler_project_problem/ 10 comments learnprogramming
- In which I explain my Haskell solution to Project Euler problem 191 http://trojansax.blogspot.com/2012/02/haskell-adventure-project-euler-191.html?m=1 13 comments haskell
- Put together a pdf with illustrated APL solutions for the first 50 Project Euler problems. http://mgeiss.de/apl_euler.pdf 4 comments learnprogramming
- Here's my solution for Project Euler #3. Is there a better way of finding the largest prime factor of a large composite? https://gist.github.com/939682 8 comments learnprogramming
- I love trying purely mathematical solutions as much as possible for Project Euler problems before actually relying on computer. Anyone have any examples of their own "pen-and-paper (within reason)" solutions?/What new math has anyone learned? https://www.reddit.com/r/math/comments/5aplsk/i_love_trying_purely_mathematical_solutions_as/ 24 comments math