Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Great Kata, but Python version is much more difficult than 8 kyu. I understand rules and ranks cannot be change, but what would make this kata much simpler and get it to 8 kyu in Python would be simpler test case, for example: removing all test cases with range iterators and only keeping list and string.
Thanks to the author for putting this Kata. The Kata is rated less, but it has a good concept behind it. Try not to scan the whole sequence.
Some languages don't have random tests.
Why the F... iterators are tested in the python version?
I think the point of this kata was that solutions should work with any type of sequences that exists in a language (although the current rank of 8 kyu doesn't match this task), so the Elixir version should have tests with infinite streams.
Could use some random test cases:
just some idea, maybe we could test if the solution submitted eval the sequence eagerly?
thx for the kata!