(1-ε)-Approximation of Knapsack in Nearly Quadratic Time

08/14/2023
by   Xiao Mao, et al.
0

Knapsack is one of the most fundamental problems in theoretical computer science. In the (1 - ϵ)-approximation setting, although there is a fine-grained lower bound of (n + 1 / ϵ) ^ 2 - o(1) based on the (min, +)-convolution hypothesis ([Künnemann, Paturi and Stefan Schneider, ICALP 2017] and [Cygan, Mucha, Wegrzycki and Wlodarczyk, 2017]), the best algorithm is randomized and runs in Õ(n + (1 / ϵ) ^ 11/5) time [Deng, Jin and Mao, SODA 2023], and it remains an important open problem whether an algorithm with a running time that matches the lower bound (up to a sub-polynomial factor) exists. We answer the problem positively by showing a deterministic (1 - ϵ)-approximation scheme for knapsack that runs in Õ(n + (1 / ϵ) ^ 2) time. We first extend a known lemma in a recursive way to reduce the problem to n ϵ-additve approximation for n items. Then we give a simple efficient geometry-based algorithm for the reduced problem.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
08/15/2023

A Nearly Quadratic-Time FPTAS for Knapsack

We investigate polynomial-time approximation schemes for the classic 0-1...
research
07/13/2021

Tight running times for minimum ℓ_q-norm load balancing: beyond exponential dependencies on 1/ε

We consider a classical scheduling problem on m identical machines. For ...
research
04/21/2019

An Improved FPTAS for 0-1 Knapsack

The 0-1 knapsack problem is an important NP-hard problem that admits ful...
research
02/19/2019

A sub-quadratic algorithm for the longest common increasing subsequence problem

The Longest Common Increasing Subsequence problem (LCIS) is a natural va...
research
08/08/2023

0-1 Knapsack in Nearly Quadratic Time

We study pseudo-polynomial time algorithms for the fundamental 0-1 Knaps...
research
01/23/2023

Approximating Knapsack and Partition via Dense Subset Sums

Knapsack and Partition are two important additive problems whose fine-gr...
research
03/13/2018

On Integer Programming and Convolution

Integer programs with a fixed number of constraints can be solved in pse...

Please sign up or login with your details

Forgot password? Click here to reset