about | help | code help+videos | done | prefs |
An array contains pairs of numbers. Examine each pair of numbers and return the greatest difference between any pair. The array contains at least two numbers and has a multiple of two numbers. arrayLargestPairDifference([1, 2]) → 1 arrayLargestPairDifference([1, 5, 3, 6]) → 4 arrayLargestPairDifference([3, 6, 5, 1, 7, 6]) → 4 ...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: 10 Post-solution available
Copyright Nick Parlante 2017 - privacy