Explore recursion. Discover approaches to solving problems using this method and examine recursive processes such as finding the factorial of a number and the Fibonacci series.
Overview
Syllabus
Introduction
- Welcome
- What you should know
- Exercise files
- Define recursion
- Fun fact: Towers of Hanoi
- Recursive examples
- Convert decimal to binary
- Print a LinkedList
- Write a power function
- Fibonacci
- Challenge: Printing a LinkedList in reverse order
- Solution: Printing a LinkedList in reverse order
- Next steps
Taught by
Peggy Fisher