Find all four-digit prime numbers whose digits are monotonically decreasing from left-to-right.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers30
Suggested Problems
-
Vectorize the digits of an Integer
338 Solvers
-
401 Solvers
-
Circular Primes (based on Project Euler, problem 35)
658 Solvers
-
427 Solvers
-
Side of an equilateral triangle
7206 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Your test case doesn't match up with the problem statement. The problem statement mentions monotonically decreasing, while the test case tests for just decreasing.