# Sorting sums of binary decision summands

**Authors:** Torsten Gross, Nils Bl\"uthgen

arXiv: 1704.05795 · 2017-04-20

## TL;DR

This paper presents an efficient algorithm with quadratic complexity for finding the top K smallest or largest sums from a set of binary decision summands, avoiding exhaustive enumeration.

## Contribution

It introduces an $	ext{O}(K^2)$ algorithm to efficiently identify extremal sums among exponentially many possibilities.

## Key findings

- The algorithm efficiently computes top sums without enumerating all possibilities.
- It significantly reduces computational complexity for large N and K.
- The method is applicable to problems involving binary decision sums.

## Abstract

A sum where each of the $N$ summands can be independently chosen from two choices yields $2^N$ possible summation outcomes. There is an $\mathcal{O}(K^2)$-algorithm that finds the $K$ smallest/largest of these sums by evading the enumeration of all sums.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.05795/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1704.05795/full.md

## References

6 references — full list in the complete paper: https://tomesphere.com/paper/1704.05795/full.md

---
Source: https://tomesphere.com/paper/1704.05795