Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Krishnamurthy #85

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 25, 2019

  1. perfect

    newbie205 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    93f32af View commit details
    Browse the repository at this point in the history
  2. special_number

    newbie205 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    5634756 View commit details
    Browse the repository at this point in the history
  3. strong_number

    newbie205 committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    5d6410e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Krishnamurthy number

    A Krishnamurthy number is a number whose sum of the factorial of digits is equal to the number itself. For example 145, sum of factorial of each digits:
    1! + 4! + 5! = 1 + 24 + 120 = 145
    anjali142 authored Oct 28, 2019
    Configuration menu
    Copy the full SHA
    2cea09f View commit details
    Browse the repository at this point in the history