We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866ce5d commit dc104b2Copy full SHA for dc104b2
src/main/java/com/thealgorithms/others/HappyNumbersSeq.java
@@ -107,4 +107,4 @@ static int sumSquares(int n) {
107
static boolean isSad(int n) {
108
return CYCLE_NUMS.contains(n);
109
}
110
-}
+}
0 commit comments