Quiz: Dynamic Programming
Test your knowledge of dynamic programming.
We'll cover the following...
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
Question 1 of 50 attempted