Simple and Faster Algorithms for Knapsack
Abstract
In this paper, we obtain a number of new simple pseudo-polynomial time algorithms on the well-known knapsack problem, focusing on the running time dependency on the number of items n, the maximum item weight wmax, and the maximum item profit pmax. Our results include: - An O(n3/2· \wmax,pmax\)-time randomized algorithm for 0-1 knapsack, improving the previous O(\n wmax pmax2/3,n pmax wmax2/3\) [Bringmann and Cassis, ESA'23] for the small n case. - An O(n+\wmax,pmax\5/2)-time randomized algorithm for bounded knapsack, improving the previous O(n+\wmax3,pmax3\) [Polak, Rohwedder and Wegrzyck, ICALP'21].
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.