Abstract
In the Equal-Subset-Sum problem, we are given a set S of n integers and the problem is to decide if there exist two disjoint nonempty subsets A, B ⊆ S, whose elements sum up to the same value. The problem is NP-complete. The state-of-the-art algorithm runs in O∗(3n/2) ≤ O∗(1.7321n) time and is based on the meet-in-the-middle technique. In this paper, we improve upon this algorithm and give O∗(1.7088n) worst case Monte Carlo algorithm. This answers a question suggested by Woeginger in his inspirational survey. Additionally, we analyse the polynomial space algorithm for Equal-Subset-Sum. A naive polynomial space algorithm for Equal-Subset-Sum runs in O∗(3n) time. With read-only access to the exponentially many random bits, we show a randomized algorithm running in O∗(2.6817n) time and polynomial space.
Original language | English |
---|---|
Title of host publication | 27th Annual European Symposium on Algorithms, ESA 2019 |
Editors | Michael A. Bender, Ola Svensson, Grzegorz Herman |
Publisher | Schloss Dagstuhl - Leibniz-Zentrum für Informatik |
Number of pages | 16 |
ISBN (Electronic) | 978-3-95977-124-5 |
DOIs | |
Publication status | Published - Sept 2019 |
Event | 27th Annual European Symposium on Algorithms, ESA 2019 - Munich/Garching, Germany Duration: 9 Sept 2019 → 11 Sept 2019 |
Publication series
Name | Leibniz International Proceedings in Informatics, LIPIcs |
---|---|
Volume | 144 |
ISSN (Print) | 1868-8969 |
Conference
Conference | 27th Annual European Symposium on Algorithms, ESA 2019 |
---|---|
Country/Territory | Germany |
City | Munich/Garching |
Period | 9/09/19 → 11/09/19 |
Funding
Funding Marcin Mucha: Supported by project TOTAL that has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No 677651). Jesper Nederlof : Supported by the Netherlands Organization for Scientific Research under project no. 024.002.003 and the European Research Council under project no. 617951. Karol Węgrzycki: Supported by the grants 2016/21/N/ST6/01468 and 2018/28/T/ST6/00084 of the Polish National Science Center and project TOTAL that has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No 677651).
Keywords
- Enumeration technique
- Equal-Subset-Sum
- Meet-in-the-middle
- Randomized algorithm
- Subset-Sum
- meet-in-the-middle
- randomized algorithm
- enumeration technique