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

[Problem] Largest palindrome product #22

Open
ademclk opened this issue Aug 16, 2022 · 4 comments
Open

[Problem] Largest palindrome product #22

ademclk opened this issue Aug 16, 2022 · 4 comments
Assignees
Labels
challenges good first contribution Good for new contributors good first issue Good for newcomers

Comments

@ademclk
Copy link
Owner

ademclk commented Aug 16, 2022

Largest palindrome product

Palindromic number reads the same both ways.
The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99.

Find the largest palindrome made from the product of two 3-digit numbers.

@ademclk ademclk added good first issue Good for newcomers challenges good first contribution Good for new contributors labels Aug 16, 2022
@babboe1
Copy link
Contributor

babboe1 commented Aug 17, 2022

Hello ademclk,
I would love to try out this challenge,
Can it be assigned to me ??

babboe1 added a commit to babboe1/callofcode that referenced this issue Aug 18, 2022
@babboe1
Copy link
Contributor

babboe1 commented Aug 18, 2022

Hello Ademclk,
I have created a PR for this Issue,
waiting for your review

@ademclk
Copy link
Owner Author

ademclk commented Aug 18, 2022

It doesn't work properly. Result: 580085. It should be 906609.

@babboe1
Copy link
Contributor

babboe1 commented Aug 18, 2022

Thank you Ademclk
It has been resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenges good first contribution Good for new contributors good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants