/FindNumberAddingTwoNumbersInAList

Write a function that, given a list and a target sum, returns zero-based indexes of all two distinct elements whose sum is equal to the target sum.

Primary LanguageC#MIT LicenseMIT

No issues in this repository yet.