Vidyalelo
Data Structure · Q113

Dynamic Programming in Data Structures

Programming · Data Structure · question 113

Q113

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

A.
Brute force algorithm
B.
Recursion
C.
Dynamic programming
D.
Brute force, Recursion and Dynamic Programming
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board