6 kyu
Here lies John Renie
Loading description...
Mathematics
Combinatorics
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.
Nice kata on dynamic programming as well except for math and combinatorics.
This comment has been hidden.
This comment has been hidden.
Yeah. To confuse the devil.
I also think you enjoy generating these gravestones ;)
Could be another kata...?
mmhm, perhaps :)
The other kata is now available
Random tests are vulnerable to input modification.
Ok, fixed. Thanks.
still not really ok, the error message is messed up when user mutates the input, just pass a copy of the input to the user; don't forget to republish the kata afterwarts
Ok
You might also want to specify that each path (that follows the rules) is a valid path (no dead ends).
done by author
edge case tests should also be in sample tests
Fixed, thanks.
Fixed, thanks.