Quiz: Dynamic Programming
Test your knowledge of dynamic programming.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What is an 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 computation of all the Fibonacci numbers again and again by the recursive algorithm
D.
A lot of else
statements
1 / 5