Total Questions : 10
Expected Time : 10 Minutes

1. In the context of dynamic programming, what does the term 'bottom-up approach' mean?

2. What is the primary disadvantage of using dynamic programming?

3. What is the key advantage of memoization in Dynamic Programming?

4. What does the term 'tabulation' refer to in the context of Dynamic Programming?

5. Which problem-solving approach is closely related to Dynamic Programming?

6. What is the time complexity of the longest common subsequence (LCS) problem using Dynamic Programming?

7. In dynamic programming, what does the term 'optimal substructure' refer to?

8. What is the purpose of the 'overlapping subproblems' property in Dynamic Programming?

9. In Dynamic Programming, what is a subproblem?

10. What is the role of the 'transition equation' in dynamic programming?