Memoized Recursive Fibonacci Calls (Diagrammed)

Опубликовано: 20 Февраль 2026
на канале: Khan Academy Computing
7,666
38

This diagram traces the calls that the computer makes while executing a memoized recursive algorithm to calculate Fibonacci numbers for an input of 5. After calculating each number, the results are stored in the "memo" (a lookup table), which reduces the amount of recursive calls later.
Learn more on Khan Academy: https://www.khanacademy.org/computing...