Skip to content

Commit db6168c

Browse files
committed
CPP: add Happy Number solution (IEEEXtreme style)
1 parent 611a191 commit db6168c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CPP/Basics/happy_number.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// happy_number.cpp
1+
// Problem: Happy Number
2+
// Language: C++
23
// Problem: Happy Number (IEEEXtreme / LeetCode 202 style)
34
// Description:
45
// A number is "happy" if repeatedly replacing the number by the sum of the

0 commit comments

Comments
 (0)