Problem 2319. Pandigital number n°1 (Inspired by Project Euler 32)
A little warm-up to begin...
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.
Given a positive integer find whether it is a pandigital number.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers113
Suggested Problems
-
Test if a Number is a Palindrome without using any String Operations
251 Solvers
-
Number of 1s in a binary string
10931 Solvers
-
Getting the absolute index from a matrix
254 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
884 Solvers
-
Test if two numbers have the same digits
262 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!