Project Euler #43: Sub-string divisibility

  • + 0 comments

    There are only 44 combinations of 3 unique numbers (0-9) that are divisable by 17.

    The problem has very lax requirements, but for N=9, you can do this in 2 ms using Python 3.