Question

Which of the following is the most appropriate algorithmic approach for solving the "Knapsack Problem" where the goal is to maximize the value within a weight limit?

A Divide and Conquer
B Greedy
C Dynamic Programming
D Backtracking
E Brute Force
Practice Next

Hey! Ask a query