Ad
  • Custom User Avatar

    First Match From Left REDUX!: [10, 5, 2, 3, 7, 5] should return [3, 7] for sum = 10

    Wrong test case, it should return [5,5] because their indices (1,5) are lower than (3,4)