Dynamic Programming21 sections · 916 units
Open in CourseQuiz: Call Stack
Testing stack understanding
Check Your Understanding
When tracing factorial(3), how many total function calls are made (including the initial call)?
- A.6 calls
- B.3 calls
- C.4 calls
- D.2 calls