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.
Very nice kata! But I don't quite understand why C++ version expects
std::vector<std::string>
as output instead ofstd::array<std::string, 12>
. The output lenght is fixed, so it would fit the task better I think.ATTENTION!
I DON'T KNOW WHY IN SAMPLE TESTS FOR WORD: FLAP AND TURN: 1, BOB WINS.
SO I THINK THAT ALICE MUST WINS THE GAME.
Hey rowcased - I retranslated the kata, which will hopefully solve the merge conflict. Here's the new C# translation.