Status: Tags: Links: Programming Fundamentals
Recursion
- Breaks down big problems into smaller problems
x86-64 Assembly
- same as regular recursion, each function call has its own stack frame, return addresses, and parameters
- still have to follow register and function call conventions
Backlinks
References:
Created:: 2021-10-04 15:23