Quiz: Dynamic Programming
Test your knowledge of dynamic programming.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is the obvious reason for the lack of speed of the recurring algorithm of Fibonacci sequence generation (given below)?
A.
A lot of if statements
B.
Recursive method
C.
The recursive algorithm computes all the Fibonacci numbers again and again
D.
A lot of else statements
1 / 5