Once you've solved kata you can click Show Kata Test Cases and see the test suite or fork someone's solution where it will appear as well. Looking at it in python, other than 4 fixed tests, every other sequence is of length 50 so yeah that's bad test coverage.
Could you elaborate on what the lambda function does in your solution exactly?
(looked at your solution for comparison) Nice - I appreciate the explanatory comments.
Once you've solved kata you can click
Show Kata Test Cases
and see the test suite or fork someone's solution where it will appear as well. Looking at it in python, other than 4 fixed tests, every other sequence is of length50
so yeah that's bad test coverage.are your solution with .net core?
.net framework 4.x doesn't contains String.Split(string, ...)
Yes, in the homepage for instance.
Use spoiler flag.
This comment is hidden because it contains spoiler information about the solution
Yes, you are right. :-)