Project Euler #112: Bouncy numbers

  • + 0 comments

    can someone explain the better apporach to solve the problem? i've tried the brute force method, but it only worked for default test case. Rest are timed out.