Skip to content

Commit fbfa6f3

Browse files
refactor:removed the wrong link
1 parent b32abe3 commit fbfa6f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/com/thealgorithms/maths/KrishnamurthyNumber.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
*
66
* A Krishnamurthy number (also known as a Strong number) is a number whose sum of the factorials of its digits is equal to the number itself.
77
*
8-
* For more information, refer to the
9-
* <a href="https://en.wikipedia.org/wiki/Strong_number">Krishnamurthy number</a> Wikipedia page.
10-
*
8+
* For example, 145 is a Krishnamurthy number because 1! + 4! + 5! = 1 + 24 + 120 = 145.
119
* <b>Example usage:</b>
1210
* <pre>
1311
* boolean isKrishnamurthy = KrishnamurthyNumber.isKrishnamurthy(145);

0 commit comments

Comments
 (0)