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
random picture with random colours
125 Solvers
2476 Solvers
Back to basics 11 - Max Integer
611 Solvers
Reverse the elements of an array
563 Solvers
214 Solvers
Problem Tags