Knapsack problem can be solved by Dynamic Programming, which
looks like to be solved in polynomial time. However, it is weird if
the Knapsack problem is solved in polynomial time, since it is
NP-Complete.
Point a logical fault in this discussion.
Knapsack problem can be solved by Dynamic Programming, which looks like to be solved in polynomial time. However, it is
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am