| about | help | code help+videos | done | prefs |
apcsaLoopsAllOrdered
Given an input String, return false if the characters of the String are all not in non-descending (i.e. lexicographic from least to greatest) order. Otherwise, return true. apcsaLoopsAllOrdered("abcde") → true apcsaLoopsAllOrdered("bananas") → false apcsaLoopsAllOrdered("aa") → 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
Difficulty: 210
Copyright Nick Parlante 2017 - privacy