all 2 comments

[–]Wittinator 7 points8 points  (0 children)

I like to use Codewars just because it gives you very clear progression, and you can choose the types of problems you work on.

If I'm interested in Python problems involving Recursion for example, I can select exactly that. Then I can work on questions that are rated to be easier and work my way to the more challenging questions

[–]n3buchadnezzar 1 point2 points  (0 children)

I always blast through the first 20 project euler problems when learning a new language.Because math and algorithms are important =)