DEV Community

Discussion on: What I learned in the first three months of working as a web developer

Collapse
 
david_j_eddy profile image
David J Eddy

Find recursion problems at codekata.com/ and other code challenge sites. Practice till you dream about it.

Collapse
 
misterhtmlcss profile image
Roger K.

So it'll just come if I keep nurturing over time then?

Thank you for the reply btw.

Thread Thread
 
strahinjalak profile image
Strahinja Laktovic

You could also practice binary tree algorithms, implementing iterative versions as recursion, it's really nice way to get going as well.