Problem 2320. Pandigital number n°2 (Inspired by Project Euler 32)
An n-digit number is pandigital if it makes use of all the digits 1 to n exactly ONCE.
For example, the 5-digit number 15234, is 1 through 5 pandigital.
Find the number of pandigital numbers in a given interval [xlower,xupper] (inclusive if it is not explicit enough).
The test suite is simple here, but how to compute this number with BIG interval (pandigital number length > 7) in Cody time?
For example, between 58755 and 99899923?
Solution Stats
Problem Comments
-
1 Comment
GeeTwo
on 8 Aug 2022
Instructions are incorrect. The instructions ask for pandigitals between the bounds, but at least the lower bound must be included to pass some of the tests.
Solution Comments
Show commentsProblem Recent Solvers61
Suggested Problems
-
Number of 1s in the Binary Representation of a Number
456 Solvers
-
Back to basics 21 - Matrix replicating
1634 Solvers
-
1415 Solvers
-
Circular Primes (based on Project Euler, problem 35)
570 Solvers
-
Add a row of zeros on top of a matrix
254 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!