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.
Rust translation
How is the last bit calculated? It's not mentioned anywhere.
Using different data types is a bad practice.
It is not explained what
parity
is used for.Result is not
110110110
, it's"110110110"
. And returning inconsistent datatypes is not a good idea, so for[]
it should be some string, probably""
.Are there even tests with
["","",""]
?