Stepping through Recursive Calls

Опубликовано: 28 Октябрь 2024
на канале: MrBrownCS
1,130
28

Having defined recursion (   • What is 'Recursion'?  ), I go through two examples of recursive subroutines: one for factorials, and one for generating Lucas numbers. The walkthroughs include the use of the call stack.

Made specifically for A Level Computer Science.