We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
test.skip
xtest
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
@tliebert Thanks for reporting. We are aware of the issue. @SleeplessByte is working on fixing this.
Optimised palindrome-products solution (#898) (#1407)
a4d02ba
Successfully merging a pull request may close this issue.
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
withxtest
.The text was updated successfully, but these errors were encountered: