Narcissistic number is a number that is the sum of its own digits each raised to the power of the number of digits.
for example:
153 = 1^3 + 5^3 + 3^3
return true
101 ~= 1^3 + 0 ^3 + 1^3
return false
It dseon't mettar waht oedrr the lrettes in a wrod are.
494 Solvers
543 Solvers
158 Solvers
Basics: 'Find the eigenvalues of given matrix
257 Solvers
2091 Solvers
Problem Tags