complexity
All checks were successful
build pdf / build (push) Successful in 4s

This commit is contained in:
2025-09-29 15:32:40 +08:00
parent a276cd658f
commit 9aedda643f
2 changed files with 37 additions and 4 deletions

28
ref.bib
View File

@@ -81,5 +81,33 @@ abstract = { This paper considers the problem of designing fast, approximate, co
pages = {1334--1353},
}
@inproceedings{10.1145/3618260.3649730,
author = {Chen, Lin and Lian, Jiayi and Mao, Yuchen and Zhang, Guochuan},
title = {A Nearly Quadratic-Time FPTAS for Knapsack},
year = {2024},
isbn = {9798400703836},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3618260.3649730},
doi = {10.1145/3618260.3649730},
abstract = {We investigate the classic Knapsack problem and propose a fully polynomial-time approximation scheme (FPTAS) that runs in O(n + (1/)2) time. Prior to our work, the best running time is O(n + (1/)11/5) [Deng, Jin, and Mao23]. Our algorithm is the best possible (up to a polylogarithmic factor), as Knapsack has no O((n + 1/)2δ)-time FPTAS for any constant δ > 0, conditioned on the conjecture that (min, +)-convolution has no truly subquadratic-time algorithm.},
booktitle = {Proceedings of the 56th Annual ACM Symposium on Theory of Computing},
pages = {283294},
numpages = {12},
keywords = {Approximation scheme, Knapsack},
location = {Vancouver, BC, Canada},
series = {STOC 2024}
}
@inbook{salowe_parametric,
author = {Salowe, Jeffrey S.},
title = {Parametric search},
year = {1997},
isbn = {0849385245},
publisher = {CRC Press, Inc.},
address = {USA},
booktitle = {Handbook of Discrete and Computational Geometry},
pages = {683695},
numpages = {13}
}