Question: What is the primary disadvantage of using dynamic programming?
Options:
Correct Answer: It requires more memory
Solution:
The primary disadvantage of using dynamic programming is that it often requires more memory to store intermediate results.