Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
139 tokens/sec
GPT-4o
7 tokens/sec
Gemini 2.5 Pro Pro
46 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
38 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

An output-sensitive Algorithm to partition a Sequence of Integers into Subsets with equal Sums (1811.04014v5)

Published 9 Nov 2018 in math.CO and cs.DS

Abstract: We present a polynomial time algorithm, which solves a nonstandard Variation of the well-known PARTITION-problem: Given positive integers $n, k$ and $t$ such that $t \geq n$ and $k \cdot t = {n+1 \choose 2}$, the algorithm partitions the elements of the set $I_n = {1, \ldots, n}$ into $k$ mutually disjoint subsets $T_j$ such that $\cup_{j=1}k T_j = I_n$ and $\sum_{x \in T_{j}} x = t$ for each $j \in {1,2, \ldots, k}$. The algorithm needs $\mathcal{O}(n \cdot ( \frac{n}{2k} + \log \frac{n(n+1)}{2k} ))$ steps to insert the $n$ elements of $I_n$ into the $k$ sets $T_j$.

Summary

We haven't generated a summary for this paper yet.