Selective algorithm processing of subset sum distributions
Abstract
The efficiency of exact subset sum problem algorithms which compute individual subset sums is defined as e=min(T/z, 1), where z is the number of subset sums computed. e is related to these algorithms' computational complexity. This system maps the sums into kn bins to select its most efficient algorithm for each bin for each input value. These algorithms include additive, subtractive and repeated value dynamic programming. Cases which would otherwise be processed inefficiently (eg: all even values) are handled by modular arithmetic and by dynamically partioning the input values. The system's experimentally validated efficiency corresponds to O(max(T, n2)) with space complexity O(max(T, n)), for k=2.
Turn this paper into a full lesson
ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.