Happy Number#51
Merged
GouravRusiya30 merged 10 commits intocodedecks-in:masterfrom Oct 3, 2020
Merged
Conversation
lokendra1704
suggested changes
Oct 2, 2020
Contributor
lokendra1704
left a comment
There was a problem hiding this comment.
In Happy-Number.java, The use of HashSet can be avoided. Can you improve your solution?
Contributor
Author
|
i made changes, now can you merge it |
lokendra1704
previously approved these changes
Oct 2, 2020
Contributor
Author
|
I just made changes in readme file |
lokendra1704
suggested changes
Oct 2, 2020
Contributor
lokendra1704
left a comment
There was a problem hiding this comment.
You repeated few names. Can you fix it?
Contributor
Author
|
Ok I check it |
Contributor
I like the new Solution 👌 |
lokendra1704
suggested changes
Oct 2, 2020
| | [Girish Thatte](https://github.com/girishgr8/) <br> <img src="https://github.com/girishgr8.png" width="100" height="100"> | India | Java | [Leetcode](https://leetcode.com/girish13/) <br> [Hackerrank](https://www.hackerrank.com/procoder_13) <br> [Codechef](https://www.codechef.com/procoder_13) | | ||
| | [Kevin Chittilapilly](https://github.com/KevinChittilapilly) <br> <img src="https://github.com/KevinChittilapilly.png" width="100" height="100"> | India | Java | [Leetcode](https://leetcode.com/being_kevin/) <br> [Hackerrank](https://www.hackerrank.com/ckevinvarghese11) <br> [Kaggle](https://www.kaggle.com/kevinchittilapilly) | | ||
| | [Nour Grati](https://github.com/Nour-Grati) <br> <img src="https://github.com/Nour-Grati.png" width="100" height="100"> | Tunisia | Python | [Leetcode](https://leetcode.com/nourgrati/) <br> [Hackerrank](https://www.hackerrank.com/noor_grati) <br> [Twitter](https://twitter.com/GratiNour1) | ||
| | [Avinash Trivedi](https://github.com/trivediavinash) <br> <img src="https://github.com/trivediavinash.png" width="100" height="100"> | India | C++ | [Leetcode](https://leetcode.com/avi_002/) | |
lokendra1704
previously approved these changes
Oct 2, 2020
Contributor
Author
|
Ok I do it |
Contributor
Author
|
now it's solved can you pls check it |
lokendra1704
approved these changes
Oct 2, 2020
Contributor
Author
|
Why it's not merge yet? |
Contributor
Only @GouravRusiya30 can merge the requests. He might be busy. Don't worry, It will get merged soon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Template
Description
A happy number is a number 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 if we get 1 so that number is Happy else not Happy.
Put check marks:
Have you made changes in README file ?
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
Make sure all below guidelines are followed else PR will get Reject: