DS-Algo-Point icon indicating copy to clipboard operation
DS-Algo-Point copied to clipboard

Happy Number

Open xma8lu opened this issue 4 years ago • 13 comments

🚀 Feature

A happy number is a number defined by the following process: Starting with any positive integer, replace the number by the sum of the squares of its digits, and repeat the process until the number equals 1 (where it will stay), or it loops endlessly in a cycle which does not include 1. Those numbers for which this process ends in 1 are happy numbers.

Have you read the Contribution Guidelines?

yes

Pitch

Its not yet included in Java

Assigned

@aditya-gite-04 - Java @Anushka-Rajvanshi - C++

xma8lu avatar Oct 22 '20 06:10 xma8lu

Please assign this to me in Java

xma8lu avatar Oct 22 '20 06:10 xma8lu

Assign me for C++ implementation.

Anushka-Rajvanshi avatar Oct 27 '20 03:10 Anushka-Rajvanshi

would you want this in go? If so i can take that one

HCoops avatar Feb 27 '21 18:02 HCoops

I would like to implement this in Python. please assign this issue to me

ajk-github avatar Aug 29 '21 22:08 ajk-github

Assigning this to - @HCoops - Go @SufyanKhan0 - Python

sukritishah15 avatar Aug 30 '21 05:08 sukritishah15

@sukritishah15 I would like to do it in C

TusharKalyankar avatar Aug 31 '21 06:08 TusharKalyankar

@sunilgknair051

TusharKalyankar avatar Aug 31 '21 08:08 TusharKalyankar

@TusharKalyankar - C assigned. Also, please know that currently, I am the only maintainer for this repository as per the README.md file. Kindly do not tag other users . It would unnecessarily spam their accounts.

sukritishah15 avatar Aug 31 '21 19:08 sukritishah15

@sukritishah15 could you please review my PR for this issue, I urgently need a merged PR on my name for an internship. I have made the PR following all the guidelines. Please Consider reviewing it at the earliest.

ajk-github avatar Aug 31 '21 19:08 ajk-github

@sukritishah15 could you please review my PR for this issue, I urgently need a merged PR on my name for an internship. I have made the PR following all the guidelines. Please Consider reviewing it at the earliest.

I have merged it @SufyanKhan0 I was going through different issues and PR's for this repository only, while you commented this. All the best for your internship!

sukritishah15 avatar Aug 31 '21 19:08 sukritishah15

@sukritishah15 Thank you very much.

ajk-github avatar Aug 31 '21 19:08 ajk-github

@sukritishah15 could you please review my PR for this issue

TusharKalyankar avatar Sep 03 '21 04:09 TusharKalyankar

@sukritishah15 @aditya-gite-04 Please assign this to me in C or Java.

rakshitgupta23 avatar Oct 08 '22 07:10 rakshitgupta23