Problem 1925. Smith numbers
Return true if the input is a Smith number in base ten. Otherwise, return false. Read about Smith numbers at http://en.wikipedia.org/wiki/Smith_number.
A Smith number must be positive and have more than one factor.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers589
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6231 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1820 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3168 Solvers
-
Return fibonacci sequence do not use loop and condition
547 Solvers
-
171 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!