closest-sum-pair-0.4.0 has been yanked.
closest_sum_pair
Fast. Clever. Free of Recursion. No while bound loops, so least runtime strikes.
As it expects unsorted list, The time complexity is O(NlogN). Space complexity O(1).
Quick Start
use find_pair;
version note: Made the api easier to use.