The Wayback Machine - https://web.archive.org/web/20220111015936/https://github.com/TheAlgorithms/Java/issues/2890
Skip to content
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

Adding BigInteger to Kaprekar number algorithm #2890

Open
subhroblkbox opened this issue Jan 2, 2022 · 2 comments · May be fixed by #2899
Open

Adding BigInteger to Kaprekar number algorithm #2890

subhroblkbox opened this issue Jan 2, 2022 · 2 comments · May be fixed by #2899
Assignees

Comments

@subhroblkbox
Copy link
Contributor

@subhroblkbox subhroblkbox commented Jan 2, 2022

Is your feature request related to a problem? Please describe.

  • The Kaprekar Numbers algorithm that we have uses long, but in place of that BigInteger can be used.
  • A function which will give a list of targeted numbers in a range.
    Describe the solution you'd like
  • well, we need to change into BigInteger and add a simple function

Describe alternatives you've considered
well no alternatives planned

Additional context
The review to the PR.

@subhroblkbox
Copy link
Contributor Author

@subhroblkbox subhroblkbox commented Jan 2, 2022

I would like to work on this

@subhroblkbox subhroblkbox linked a pull request that will close this issue Jan 8, 2022
12 tasks
@subhroblkbox
Copy link
Contributor Author

@subhroblkbox subhroblkbox commented Jan 9, 2022

we can close this, and the PR once merged this has been taken care of

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant