
Conjecture
The famous 0-1 Knapsack problem is: Given and
integers, determine whether or not there are
values
so that
The best known worst-case algorithm runs in time
times a polynomial in
. Is there an algorithm that runs in time
?
Bibliography
[SS] Richard Schroeppel and Adi Shamir. A T=O(2n/2), S=O(2n/4) algorithm for certain NP-complete problems, SIAM J. Comput. 10 (1981), no. 3, 456--464.
* indicates original appearance(s) of problem.