Recursion is something that you get if you get it in the first time else this concept haunts you for a long time. In the below tutorial I have explained recursion with side by side code example associating every step that happens with its code explanation. Have covered tail and tree recursion, and the case of stackoverflow while doing recursion.
Slides
Tail recursion
Tree recursion