Simple and Faster Algorithms for Knapsack

08/22/2023
by   Qizheng He, et al.
0

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 w_max, and the maximum item profit p_max. Our results include: - An O(n^3/2·min{w_max,p_max})-time randomized algorithm for 0-1 knapsack, improving the previous O(min{n w_max p_max^2/3,n p_max w_max^2/3}) [Bringmann and Cassis, ESA'23] for the small n case. - An O(n+min{w_max,p_max}^5/2)-time randomized algorithm for bounded knapsack, improving the previous O(n+min{w_max^3,p_max^3}) [Polak, Rohwedder and Wegrzyck, ICALP'21].

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/17/2022

Faster Knapsack Algorithms via Bounded Monotone Min-Plus-Convolution

We present new exact and approximation algorithms for 0-1-Knapsack and U...
research
07/24/2023

Faster Algorithms for Bounded Knapsack and Bounded Subset Sum Via Fine-Grained Proximity Results

We investigate pseudopolynomial-time algorithms for Bounded Knapsack and...
research
05/02/2023

Faster 0-1-Knapsack via Near-Convex Min-Plus-Convolution

We revisit the classic 0-1-Knapsack problem, in which we are given n ite...
research
03/01/2019

An FPTAS for Stochastic Unbounded Min-Knapsack Problem

In this paper, we study the stochastic unbounded min-knapsack problem (M...
research
03/13/2018

On Integer Programming and Convolution

Integer programs with a fixed number of constraints can be solved in pse...
research
05/09/2021

Knapsack and Subset Sum with Small Items

Knapsack and Subset Sum are fundamental NP-hard problems in combinatoria...
research
06/20/2020

Multicritera Cuts and Size-Constrained k-cuts in Hypergraphs

We address counting and optimization variants of multicriteria global mi...

Please sign up or login with your details

Forgot password? Click here to reset