about | help | code help+videos | done | prefs |
scoresIncreasingList
Given an ArrayList of scores, return true if each score is equal or greater than the one before. The array will be length 2 or more. scoresIncreasingList([1, 3, 4]) → true scoresIncreasingList([1, 3, 2]) → false scoresIncreasingList([1, 1, 4]) → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy