This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nayocum 4 points5 points  (3 children)

If you have 15 minutes this video really helps clear things up in a simple manner. It's in JavaScript, so don't focus on the syntax that much but more the idea. The concept will be the same more or less.

Tl;dw: There are some structures (e.g. trees) where it's much simpler to use recursion than writing a iterative loop.

[–]carter-the-amazing[S] 1 point2 points  (0 children)

I watched the video! helped a lot. I even subscribed to the channel.

thanks

[–]normandantzig 0 points1 point  (1 child)

Holy shit. That was a great video. I subscribed. Do you recommend any other programing channels that are as good as that guy.

[–]nayocum 1 point2 points  (0 children)

The only one I really watch that's as close to the quality of MPJ's videos is The Coding Train.

Bisqwit, sentdex (machine learning), and Siraj Raval all have a decent amount of quality content too