closest-sum-pair 0.1.4

Finds a pair in a list that has the closest sum to a given number.
Documentation
closest-sum-pair-0.1.4 has been yanked.

A crate to efficiently find a pair in a vector whose summation is closest to a given number.

  • Time complexity: O(NlogN)
  • Space complexity: O(1)