6 kyu
Reflective Prime Pairs for a Range of Bases
47saudiGuy
Loading description...
Algorithms
Mathematics
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
Perhaps the upper bound can be bumped to 10^5 to prevent dumb bruteforce.
Author, are you interested in a perf boost of this kata, or should we approve as-is?
Hi,
I think limit of 10^4 will serve the purpose of this kata. No changes are needed..
closed
Hi,
a,b ; a<b
being a valid pair in a given base B (preferably 2 or 10)Cheers
added.
To me, the description is lacking and kind of unclear. I feel like this kata would benefit from at least one worked example in the description.
added