Subset-Sum is an NP-complete problem where one must decide if a multiset of $n$ integers contains a subset whose elements sum to a target value $m$. The best known classical and quantum algorithms run in time $\tilde{O}(2^{n/2})$ and $\tilde{O}(2^{n/3})$, respectively, based on the well-known meet-in-the-middle technique. Here we introduce a novel dynamic programming data structure with applications to Subset-Sum and a number of variants, including Equal-Sums (where one seeks two disjoint subsets with the same sum), 2-Subset-Sum (a relaxed version of Subset-Sum where each item in the input set can be used twice in the summation), and Shifted-Sums, a generalization of both of these variants, where one seeks two disjoint subsets whose sums di...
We study the exact time complexity of the Subset Sum problem. Our focus is on instances that lack ad...
A major goal in the area of exact exponential algorithms is to give an algorithm for the (worst-case...
Given a multiset S of n positive integers and a target integer t, the Subset Sum problem asks to det...
We study the quantum complexity of solving the subset sum problem, where the elements a_1, ..., a_n ...
International audienceWe present new classical and quantum algorithms for solving random subset-sum ...
The modular subset sum problem consists of deciding, given a modulus $m$, a multiset $S$ of $n$ inte...
The Subset Sum Problem is a member of the NP-complete class, so no known polynomial time algorithm e...
Given $(a_1, \dots, a_n, t) \in \mathbb{Z}_{\geq 0}^{n + 1}$, the Subset Sum problem ($\mathsf{SSUM}...
This paper introduces a subset-sum algorithm with heuristic asymptotic cost exponent below 0.25. The...
This paper points at a connection between certain (classical) fine-grained reductions and the questi...
In the subset sum problem we are given n positive integers along with a target integer t. A solution...
Abstract. Given sets L1,..., Lk of elements from Z/mZ, the k-set birthday problem is to find an elem...
Given $N$ instances $(X_1,t_1),\ldots,(X_N,t_N)$ of Subset Sum, the AND Subset Sum problem asks to d...
We revisit the Subset Sum problem over the finite cyclic group $\mathbb{Z}_m$ for some given integer...
Many applications in automated auditing and the analysis and consistency check of financial document...
We study the exact time complexity of the Subset Sum problem. Our focus is on instances that lack ad...
A major goal in the area of exact exponential algorithms is to give an algorithm for the (worst-case...
Given a multiset S of n positive integers and a target integer t, the Subset Sum problem asks to det...
We study the quantum complexity of solving the subset sum problem, where the elements a_1, ..., a_n ...
International audienceWe present new classical and quantum algorithms for solving random subset-sum ...
The modular subset sum problem consists of deciding, given a modulus $m$, a multiset $S$ of $n$ inte...
The Subset Sum Problem is a member of the NP-complete class, so no known polynomial time algorithm e...
Given $(a_1, \dots, a_n, t) \in \mathbb{Z}_{\geq 0}^{n + 1}$, the Subset Sum problem ($\mathsf{SSUM}...
This paper introduces a subset-sum algorithm with heuristic asymptotic cost exponent below 0.25. The...
This paper points at a connection between certain (classical) fine-grained reductions and the questi...
In the subset sum problem we are given n positive integers along with a target integer t. A solution...
Abstract. Given sets L1,..., Lk of elements from Z/mZ, the k-set birthday problem is to find an elem...
Given $N$ instances $(X_1,t_1),\ldots,(X_N,t_N)$ of Subset Sum, the AND Subset Sum problem asks to d...
We revisit the Subset Sum problem over the finite cyclic group $\mathbb{Z}_m$ for some given integer...
Many applications in automated auditing and the analysis and consistency check of financial document...
We study the exact time complexity of the Subset Sum problem. Our focus is on instances that lack ad...
A major goal in the area of exact exponential algorithms is to give an algorithm for the (worst-case...
Given a multiset S of n positive integers and a target integer t, the Subset Sum problem asks to det...