about | help | code help+videos | done | prefs |
Given a positive integer, return true if its digits are in strictly increasing order (each digit is greater than the next digit). Write a recursive solution (no loops). increasingDigits(123) → true increasingDigits(3890) → false increasingDigits(2478) → 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: 300
Copyright Nick Parlante 2017 - privacy