Algorithmic Approaches to the USACO December 2020 Bronze Problems
Recovering Secret Values from Sum Permutations Given a collection of seven integers that represent a permutation of $A, B, C, A+B, B+C, A+C,$ and $A+B+C$ (with the constraint $A \le B \le C$), the objective is to isolate the original base values. Sorting the input array in ascending order immediatel...