Which of the following problems is NOT solved using dynamic programming?
0/1 knapsack problem
Matrix chain multiplication problem
Edit distance problem
Fractional knapsack problem
Correct Answer: D — Fractional knapsack problem
Explanation:
The fractional knapsack problem is solved using a greedy algorithm.