How to Program: Computer Science Concepts and Python Exercises Season 1 Episode 21 Recursion and Running Times
- TV-PG
- November 1, 2016
- 32 min
Expand your study of algorithms to cover recursion, one of the most fascinating ideas in computer science. Apply recursion to form a pair of sorting algorithms. Then see how another approach, iteration, excels at tasks that take too long with recursion, such as calculating the Fibonacci sequence.