ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following problems is NOT solved using dynamic programming?
Correct Answer: D — Fractional knapsack problem
The fractional knapsack problem is solved using a greedy algorithm.