Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/betomoedano/JavaScript-Coding-Interview-Questions
/ target-sum.js
File
target-sum.js
backtracking/target-sum.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Given an array of numbers, and a target value. Return an array containing
2
// all posible numbers that added up are equal to the target.
3
// note that you can not use the same number more than once.
4
Callers
nothing calls this directly
Calls
1
getSums
Function · 0.85
Tested by
no test coverage detected