←back to thread

165 points fzliu | 4 comments | | HN request time: 0s | source
Show context
tocs3 ◴[] No.41842358[source]
I have spent a little time with Project Euler. Is it very popular with those here at HN?
replies(4): >>41842503 #>>41842577 #>>41842835 #>>41843229 #
1. n4r9 ◴[] No.41842503[source]
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.
replies(1): >>41842875 #
2. glouwbug ◴[] No.41842875[source]
But isn’t it mathematical computing? I feel like leetcode DSA is closer to your average HN user
replies(2): >>41843670 #>>41849780 #
3. tocs3 ◴[] No.41843670[source]
Has here been any work done to find out about the average HN user? It seems like it would be a hard thing to do but it might be interesting to see. I do not even know what sort of metrics would be useful to measure.
4. n4r9 ◴[] No.41849780[source]
There's certainly a strong element of computational mathematics. A lot of the problems deal with things like Mersenne Primes or Collatz sequences. On the other hand, there are problems like "Maximum Path Sum" which definitely make use of DSA-style tricks (https://projecteuler.net/problem=67).