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