OceanicBlue730 b8ebf2d70c Add Krishnamurthy Number (hacktoberfest) (#2349)
This is a program to check if a number is a Krishnamurthy number or not.
A number is a Krishnamurthy number if the sum of the factorials of the digits of the number is equal to the number itself.
For example, 1, 2 and 145 are Krishnamurthy numbers.
2021-10-01 07:39:07 +03:00
2021-09-27 18:41:59 +03:00
2021-09-17 11:38:05 +00:00
2021-05-06 17:49:12 +08:00
qwe
2019-10-27 21:44:06 +03:00
2021-02-25 16:15:52 -06:00

The Algorithms - Java

Build Discord chat Gitpod ready-to-code

You can run and edit the algorithms, or contribute to them using Gitpod.io (a free online development environment) with a single click.

Open in Gitpod

All algorithms are implemented in Java (for educational purposes)

These implementations are intended for learning purposes. As such, they may be less efficient than the Java standard library.

Contribution Guidelines

Please read our Contribution Guidelines before you contribute to this project.

Community Channel

We're on Gitter! Come join us.

Algorithms

Our directory has the full list of applications.

Languages
Java 100%