Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Add : Happy Number Algorithm in Maths Section in Java Python C and C++

Open sagnik-datta-02 opened this issue 2 years ago • 10 comments

Is your feature request related to a problem? Please describe. I want to include algorithm for Happy Number in Java , Python C and C++

Describe the solution you'd like

The happy number can be defined as a number which will yield 1 when it is replaced by the sum of the square of its digits repeatedly. If this process results in an endless cycle of numbers containing 4, then the number is called an unhappy number.

For example, 32 is a happy number as the process yields 1 as follows

3^2+2^2= 13 1^2+3^2= 10 1^2+0^2= 1

@Kumar-laxmi Please assign me the issue for SSOC . I will give proper documentation and complete it as soon as possible.

sagnik-datta-02 avatar Jun 02 '23 19:06 sagnik-datta-02

@Kumar-laxmi Please assigne me the issue for SSOC. I will do it in java , python , C , C++

Mahendra-Lohar avatar Jun 05 '23 04:06 Mahendra-Lohar

@Kumar-laxmi sir please assign me this issue. I want to work upon it using c, c++, java .As a beginner in open source i think this would be a good start for me.

Soumya6Tiwari avatar Jun 05 '23 08:06 Soumya6Tiwari

@Kumar-laxmi please assign this task to me to contribute under the program SSoC 2.0. I can solve this task in C, C++, PYTHON & JAVA programming languages.

Avdhesh-Varshney avatar Jun 05 '23 18:06 Avdhesh-Varshney

@Kumar-laxmi please assign me this issue

sagnik-datta-02 avatar Jun 08 '23 17:06 sagnik-datta-02

@Kumar-laxmi please assign me this issue, I will do it in Java, Python, C, and C++.

imrish4 avatar Jun 15 '23 14:06 imrish4

@Kumar-laxmi It would be really helpful if you could assign this issue to me . I would be able to do this in any language C, C++,Java or Python

tuhinsunny avatar Jun 18 '23 21:06 tuhinsunny

@Kumar-laxmi Pls assign me this issue, I have completed it in C, CPP, Java, Python. I just need to start the PR.

bhagvadgita avatar Jun 23 '23 18:06 bhagvadgita

Assigned! @sagnik-datta-02 : C, C++, Java & Python

Kumar-laxmi avatar Jun 28 '23 04:06 Kumar-laxmi

@Kumar-laxmi Ok Thanks!

sagnik-datta-02 avatar Jul 08 '23 13:07 sagnik-datta-02

This issue has been automatically closed because it has been inactive for many days. Please reopen if you still intend on working on this problem

github-actions[bot] avatar Jul 22 '24 16:07 github-actions[bot]