about | help | code help+videos | done | prefs |
public boolean inConsecutiveAscendingOrder4(int[] nums)
inConsecutiveAscendingOrder4([1, 2, 3, 4]) → true inConsecutiveAscendingOrder4([1, 20, 3, 4]) → false inConsecutiveAscendingOrder4([1, 2, 30, 4]) → 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: 1
Copyright Nick Parlante 2017 - privacy