$(1-\epsilon)$-Approximation of Knapsack in Nearly Quadratic Time
Abstract
Knapsack is one of the most fundamental problems in theoretical computer science. In the -approximation setting, although there is a fine-grained lower bound of based on the -convolution hypothesis ([K{\"u}nnemann, Paturi and Stefan Schneider, ICALP 2017] and [Cygan, Mucha, Wegrzycki and Wlodarczyk, 2017]), the best algorithm is randomized and runs in 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 question positively by showing a deterministic -approximation scheme for knapsack that runs in time. We first extend a known lemma in a recursive way to reduce the problem to -additive approximation for items with profits in . Then we give a simple efficient geometry-based algorithm for the reduced problem.
Keywords
Cite
@article{arxiv.2308.07004,
title = {$(1-\epsilon)$-Approximation of Knapsack in Nearly Quadratic Time},
author = {Xiao Mao},
journal= {arXiv preprint arXiv:2308.07004},
year = {2025}
}
Comments
Accepted to STOC 2024; Revision note: expanded technical overview;