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?