Question: Which of the following is NOT a typical application of dynamic programming?
Options:
Correct Answer: Depth-first search in graphs
Solution:
Depth-first search in graphs is not a typical application of dynamic programming; it is a traversal algorithm.