So, to remind myself, Euler's name is pronounced more like Oiler, right?
nimih 9 hours ago|
That's how I was taught, and Wikipedia agrees (and even provides audio clips alongside the IPA and English phonetic transcriptions).
theoldgreybeard 13 hours ago||
I love running euler problems when trying to learn the basics of a new programming language. I have a small collection of programs in like 10 different languages that I keep around as a reference for things because I always try to use language-specific features to solve the problems, and then I reference them as examples.
gregdeon 13 hours ago|
Wow. You reminded me of a computer engineering class years ago where we wrote assemblers and emulators for a simple architecture. I tested mine by writing a solution for one of the first Project Euler questions!
theoldgreybeard 8 hours ago||
I still have my Oberon-2 compiler from my compilers class and a handful of Euler questions I used to test it.
callc 13 hours ago||
I too owe had my love for programming captured through project Euler. I am immensely grateful to my maths prof who introduced me to it.
I also love looking back at my old PE code and having absolutely no idea what it doing. No comments, no docs, no notes. From a different era.
senderista 11 hours ago||
So much more fun than leetcode. OTOH, unlikely to help you in an interview.
cmpalmer52 3 hours ago|
It would help you if I were doing the interview…
0x1ch 13 hours ago||
I remember visiting Project Euler back in 2013/14 or so. Was really my first introduction to programming exercises as youngin. Probably did fifteen or so of them before ADHD kicked in though. A small gem on the web.
aiahs 12 hours ago||
I did a lot of these when I was around 15-16 and it solidified for me my interest in CS but in general abstract thinking and problem solving. Great site.
sizzzzlerz 13 hours ago||
i was a euler fanatic some years ago reaching problems in the 500s albeit, skipping problems along the way. at that point, too many problems required a deeper math background than i possessed so i abandoned it. what amazed me was that others composed solutions that solved problems in mere milliseconds that brute force approaches would still be running when the universe cooled to absolute zero.
rbongers 13 hours ago|
I only reached the 100s back in the day. What amazed me was that it seemed like every problem had a paper solution, when it would take any computer algorithm thousands or millions of computations to solve the same problem.
rufus_foreman 11 hours ago||
I played around with some of the easier problems, my favorite was a couple times when starting with the obvious brute force solution in code and then refactoring and simplifying it iteratively ended up getting me the paper solution.
theotherpablo 10 hours ago|
Anyone else having problems registering? or is my solution to Problem Zero wrong...