4. When using backtracking method to solve 0/1 knapsack problem, what is the solution space structure of the problem? 5.
Posted: Fri May 20, 2022 12:08 pm
4. When using backtracking method to solve 0/1 knapsack problem, what is the solution space structure of the problem? 5. Given several positive integers ao, a ... An.1, select several numbers from them so that their sum is exactly k. It is required to find the solution with the least number of selected integers.