Skip to content

palindrome-products: optimise implementation #898

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

Closed
SleeplessByte opened this issue Dec 18, 2020 · 2 comments · Fixed by #1407
Closed

palindrome-products: optimise implementation #898

SleeplessByte opened this issue Dec 18, 2020 · 2 comments · Fixed by #1407
Labels
enhancement 🦄 Changing current behaviour, enhancing what's already there good first issue

Comments

@SleeplessByte
Copy link
Member

Don't work on this issue until #895 is merged, or use that PR as a base branch.

The "largest palindrome from four digit factors" test currently takes > 30s to complete. When fixed, replace test.skip with xtest.

@SleeplessByte SleeplessByte added enhancement 🦄 Changing current behaviour, enhancing what's already there good first issue labels Dec 18, 2020
@tliebert
Copy link

This test case currently prevents the users code from passing the test suite - it returns this case as failed even though the test is skipped.

@junedev
Copy link
Member

junedev commented Sep 25, 2021

@tliebert Thanks for reporting. We are aware of the issue. @SleeplessByte is working on fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🦄 Changing current behaviour, enhancing what's already there good first issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants