Beta
Binary Range Extraction
12el-iot
Loading description...
Binary
Puzzles
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.
In the task
n
is said to be in range[3, 30]
, but random tests have examples with n==1.In my opinion "a range of numbers" is an ambiguous description. Your examples show a range of consequitive numbers, and the Kata you are extending also uses the word "consequitive." It would be great if the description made that clear.
This comment has been hidden.
Hey :) I've added random tests now - sorry about before I really misunderstood what was meant by random! Let me know if you think the test-cases help the strength of the kata - I'd love to get it published. I can keep investigating more efficient solutions too.
This comment has been hidden.
see above (manual notification)
There are now random tests. So this is probably resolved?