about | help | code help+videos | done | prefs |
Given an array, are there 2 side-by-side numbers that add up to the specified target? targetPair([3, 4, 7], 11) → true targetPair([-3, 3], 0) → true targetPair([1, 2, 8, 20], 21) → false ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 215
Copyright Nick Parlante 2017 - privacy