about | help | code help+videos | done | prefs |
Find the MAXIMUM value in a given portion of an array.
getMaxSection([0, 10, 7, 8, 9], 0, 2) → 10 getMaxSection([0, 10, 7, 8, 9], 2, 4) → 9 getMaxSection([0, 10, 7, 8, 9], 1, 4) → 10 ...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: 201 Post-solution available
Copyright Nick Parlante 2017 - privacy