in Others edited by
545 views
0 votes
0 votes

Which of the following methods can be used to solve the Knapsack problem?

  1. Brute force algorithm 

  2. Recursion

  3. Dynamic programming

  4. Brute force, Recursion, and Dynamic Programming

in Others edited by
by
545 views

1 Answer

0 votes
0 votes

Answer is: Option D) Brute force, Recursion and Dynamic Programming