PROJECT EULER · #0113
Non-bouncy Numbers
Working from left-to-right if no digit is exceeded by the digit to its left it is called an increasing number; for example,
Similarly if no digit is exceeded by the digit to its right it is called a decreasing number; for example,
We shall call a positive integer that is neither increasing nor decreasing a "bouncy" number; for example,
As
How many numbers below a googol (
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.