Challenge id: main /
Challenge name:
Select category: test lists prefix-pairs fibonacci
Select difficulty: test basic easy medium hard impossible
Long description ⓘ
Execution timeout (in seconds):
Max time to solve (in minutes):
/** * Write a function solve() with the reference implementation for the challenge. */ function solve(array) { // write your code here }
Save