narcissist-number

There are 2 repositories under narcissist-number topic.

  • eliakimatamba/narcissistic_number

    Narcissistic number is an n-digit number that is the sum of the nth powers of its digits, e.g., other than the trivial single digit numbers 370=3^3+7^3+0^3 is a narcissistic number.

    Language:C++110
  • coder9051/Tips-and-tricks

    Various solution to interview question in Python.

    Language:Python0101