DEV Community

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

Collapse
 
misterhtmlcss profile image
Roger K. • Edited

Guys and this goes to everyone that's commented; I'm wondering about how I can improve my skills with recursion. Literally I'm so bad; and I'm wildly embarrassed by it. Someone said it's not commonly required so that I should chill and just keep slowly working at it, but honestly it's the one thing that I think to myself "OMG I'm so bad will I ever improve".

Thank you for the article btw. I love hearing how people first started and your English is awesome man.

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.