Lesson 9 of 10 • 0 upvotes • 8:07mins
The process in which a function calls itself directly or indirectly is called recursion and the corresponding function is called as recursive function. Using recursive algorithm, certain problems can be solved quite easily. Examples of such problems are Towers of Hanoi (TOH), Inorder/Preorder/Postorder Tree Traversals, DFS of Graph, etc. In thaa we cover the previous year of questions.
10 lessons • 1h 41m
Course overview
7:16mins
Stack Introduction : Part I
8:02mins
Stack Introduction : Part II
8:30mins
Stack Implementation : Part I
13:44mins
Stack Implementation : Part II
10:32mins
Stack Implementation : Part III
11:10mins
Recursion : Part I
12:22mins
Recursion :Part II
10:01mins
Recursion Part-III
8:07mins
Infix, Prefix, and Postfix Expression
11:19mins