Loading practice questions
Which of the following methods can be used to solve the Knapsack problem?
Correct Answer: D — Brute force, Recursion and Dynamic Programming
Explanation:
Brute force, Recursion and Dynamic Programming can be used to solve the knapsack problem.