Quickly Finding the Smallest Numerical Subset with Its Sum above a Threshold

Libo Xu,Chaoyi Pang,Xingsen Li
DOI: https://doi.org/10.1007/s11277-018-5452-8
IF: 2.017
2018-01-01
Wireless Personal Communications
Abstract:Given a set of numerical values and a threshold, finding the minimum subset from the set such that its sum is not less than the threshold value, is termed as SelectSum problem which is widely applicable in data compression and image processing. In this article, we provide two new linear-time algorithms for the problem. Different from the current approaches that directly calling the Selection algorithms for partitioning on median elements, our proposed algorithms embed the Selection process and use cheap pivot elements for partitioning. The experimental tests indicate these two new algorithms are significant faster than the current existing algorithms on larger data sets.
What problem does this paper attempt to address?