Ad
  • Custom User Avatar

    Given a list of integers and a single sum value, return the first two values (parse from the left please) in order of appearance that add up to form the sum.

    The Kata specifications outline the behavior that makes your current interpretation invalid, since the paired numbers 3 and 7 appear to the right of an alternate complete pair. Try a new solution that follows that spec!