Top
Best
New

Posted by swatson741 12 hours ago

Project Euler(projecteuler.net)
364 points | 85 commentspage 2
nik9000 9 hours ago|
I ranked on that once! I was like the 23rd person to do one of the new problems one time. Just about as low as you can rank. It was a fun puzzle but you had to be awake at a funky time to do it.
meken 8 hours ago||
One of my best memories was in undergrad there was one semester in 2013 where half a dozen of my CS classmates and I competed to try and solve the most Project Euler problems. We had a leaderboard and everything.

I saw first hand how much faster my friend’s Java solutions were than my Python solutions.

Good times.

akudha 7 hours ago||
Are there other similar sites? I remember this one, for bioinformatics

https://rosalind.info/problems/list-view/

RandyOrion 3 hours ago||
After opened https://projecteuler.net/ I got

403 Forbidden Request forbidden by administrative rules.

Note: I didn't know and open this website until now.

kragen 1 hour ago|
Well, that sucks!
sega_sai 6 hours ago||
There is a somewhat similar idea behind "Ponder This" by IBM https://research.ibm.com/haifa/ponderthis/index.shtml They post a problem every month and in the end post a solution. I used to spend a bit too much time on those.
hintymad 6 hours ago|
The difference is that Ponder This is harder than the average problems in Euler Project, and requires higher level of mathematical maturity.
ketanmaheshwari 9 hours ago||
I solved a few using AWK, fun: https://github.com/ketancmaheshwari/projecteuler
mjcohen 3 hours ago|
Did you use the regular version or the one with multiple-precision values?
matthewaveryusa 10 hours ago||
I attribute project euler for instilling the playful enjoyment of writing programs in college while I was studying electrical and computer engineering. I owe my career to it!
schlauerfox 6 hours ago||
I love a good puzzle solving club. Some of my favorites: https://www.themastertheorem.com/ https://en.wikipedia.org/wiki/Perplex_City https://en.wikipedia.org/wiki/MindTrap
Sparkle-san 10 hours ago||
Like many others here, Project Euler was foundational in my education and growth as a programmer.

Leonhard Euler himself is an incredible figure and arguably the most prodigious contributor to mathematics throughout history. So much so that people started naming things discovered by him after the next person to have proved them.

https://en.wikipedia.org/wiki/List_of_topics_named_after_Leo...

davidhariri 8 hours ago|
I learned so much from this site- including that so much education comes from being prompted to ask the right questions.
More comments...