pub fn three_sum_closest(nums: Vec<i32>, target: i32) -> i32
Expand description

3Sum Closest

Arguments

  • nums - input number pairs
  • target - the expected target number