Quiz: Dynamic Programming
Test your knowledge of dynamic programming.
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
Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy