-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Problem] Find largest prime factor #14
Comments
I would like work on this problem. |
Waiting for you.
…On Mon, Aug 15, 2022, 12:31 AM n3rdy_c0uch ***@***.***> wrote:
I would like work on this problem.
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVTBEJ7HYH5SEYSUVIWUEQDVZFQT7ANCNFSM56QK7DNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hey, Is this issue Available? Also I would like my name to show in the contributors, My previous PR has been accepted but my name dosen't show up, what to do? |
You can solve this problem. Idk why normally it should appear when I merge your solution to main branch. Send a pr again and let's see if it works or not. |
Oh, maybe I made a mistake while changing directories and I deleted your code. If you still have it please pr that again. |
I will PR This one |
Develop an algorithm to find largest prime factor of given number.
For example: 15 -> 3 5
Find the largest prime factor of 800851475143.
The text was updated successfully, but these errors were encountered: