Dustin Dannenhauer on Nostr: Project Euler is more fun than Leetcode. It’s basically Leetcode, but you need an ...
Project Euler is more fun than Leetcode.
It’s basically Leetcode, but you need an actual answer to a specific problem, and if you implemented it inefficiently (brute force), you won’t be able to compute the answer in a really long time. Every solution can be generated in less than a minute.
For example, what is the 10,001st prime number?
https://projecteuler.net/problem=7
It’s basically Leetcode, but you need an actual answer to a specific problem, and if you implemented it inefficiently (brute force), you won’t be able to compute the answer in a really long time. Every solution can be generated in less than a minute.
For example, what is the 10,001st prime number?
https://projecteuler.net/problem=7