Latest update
- Google Sheets formula to calculate gross monthly income based on net annual income
- Google Play Music skips songs and forces page reload
- Cleanse phone numbers data
- How can I download (at once) all the video files I uploaded to BlueJeans?
- Block “{{tag}} question” and similar as a question title
- Can I get the duck back? [duplicate]
- Dynamic Date Comparison in Search filter
- Sitecore 9 forms error
- Monero wallet not syncing properly
- get — dev --mine
- Raw Transaction: GasPrice, Limit in Hex or Decimal?
- Getting ClassCastException while creating wallet
- ERC20 Contract created but how to access those funds?
- solidity web3 tocken balance
- Invalid number of arguments to Solidity function
- How to create an accurate mask for a UV 3D resin DLP printer
- youtube videos issue
- How to control content changes under a CC BY-SA
- Can debt in an EU country's tax regulator cause me any trouble in another EU country?
- Is “No, I got your IDs” a valid reason to hold individuals during a voluntary stop?
$k$-partitioning problem via brute force
2018-03-22 07:26:59
Given a set of non-negative integers $A = \{a_1,a_2,\dots,a_N \}$, the $k$-partitioning problem is to partition the numbers into $k$ sets $\{A_1,A_2,\dots, A_k\} $ such that the deviation:
$$ \underset{j,k}{\text{max }} \left|\sum_{a_i \in A_j} a_i - \sum_{a_i \in A_k} a_i \right|$$
is minimized. Is there any non-trivial upper bound that can be formulated for the minimum deviation that $A$ admits (this would not be computable as the decision problem is in NP)? Possibly in terms of $\underset{a \in A}{\text{max }} a$?