Project Euler #912: Where are the Odds?
projecteuler.net
Project Euler #912: Where are the Odds?
1–10 of 105 posts
Re: Project Euler #912: Where are the Odds?
#2The OG LeetCode. Highly recommend, helpful for becoming fluent in a programming language.
Re: Project Euler #912: Where are the Odds?
#3I have spent a little time with Project Euler. Is it very popular with those here at HN?
Re: Project Euler #912: Where are the Odds?
#4I love Project Euler, it’s my go-to for learning the basics of new programming languages I want to learn.
Re: Project Euler #912: Where are the Odds?
#5Project Euler 241 I have never really understood...
Re: Project Euler #912: Where are the Odds?
#6I have spent a little time with Project Euler. Is it very popular with those here at HN?
To be honest, I don't see people talking about it that much. But I'm certain that it would appeal to a good chunk of the people here.
Re: Project Euler #912: Where are the Odds?
#7For those who enjoy regular streams of programming puzzles similar to Project Euler, The Weekly Challenge is another fun resource: https://theweeklychallenge.org
Re: Project Euler #912: Where are the Odds?
#8I have spent a little time with Project Euler. Is it very popular with those here at HN?
It’s been discussed quite a bit in the past. I love Project Euler, but haven’t been active for a few years. Even then I felt like the social aspect of it wasn’t designed for newcomers; a lot of activity on new problems happens as soon as it becomes available and then it mostly freezes. The problems get pretty hard on average once you’re past the first hundred, one reason I personally found it hard to keep going.
Re: Project Euler #912: Where are the Odds?
#9I have spent a little time with Project Euler. Is it very popular with those here at HN?
It’s my game plan for keeping my brain active in retirement. Been heavily involved for the past 7 years. Been at the 100% solved level since summer 2023, though I’m back to one away the past couple weeks - PE910 is _hard_
Re: Project Euler #912: Where are the Odds?
#10I have spent a little time with Project Euler. Is it very popular with those here at HN?
To be honest, I don't see people talking about it that much. But I'm certain that it would appeal to a good chunk of the people here.
But isn’t it mathematical computing? I feel like leetcode DSA is closer to your average HN user