https://github.com/bell-kevin/twosum
Write a function that takes an array of numbers (integers for the tests) and a target number. It should find two different items in the array that, when added together, give the target value. The indices of these items should then be returned in a tuple / list (depending on your language) like so: (index1, index2). For the purposes of this kata, some tests may have multiple answers; any valid solutions will be accepted. The input will always be valid (numbers will be an array of length 2 or greater, and all of the items will be numbers; target will always be the sum of two different items from that array). Based on: http://oj.leetcode.com/problems/two-sum/
https://github.com/bell-kevin/twosum
codewars-kata-solution
Last synced: over 1 year ago
JSON representation
Write a function that takes an array of numbers (integers for the tests) and a target number. It should find two different items in the array that, when added together, give the target value. The indices of these items should then be returned in a tuple / list (depending on your language) like so: (index1, index2). For the purposes of this kata, some tests may have multiple answers; any valid solutions will be accepted. The input will always be valid (numbers will be an array of length 2 or greater, and all of the items will be numbers; target will always be the sum of two different items from that array). Based on: http://oj.leetcode.com/problems/two-sum/
- Host: GitHub
- URL: https://github.com/bell-kevin/twosum
- Owner: bell-kevin
- License: gpl-3.0
- Created: 2022-06-28T02:45:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T22:49:08.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T16:48:28.108Z (over 1 year ago)
- Topics: codewars-kata-solution
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0