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.
Merged.
here is a proposed fix
The issue with duplicated scores is still not fixed for C#. I can not finish the kata because of the random tests.
would you know how to do it in C#?
I misread the issue -> I thought there were duplicate keys. Just create a list of random integers upfront (use a hashset and don't stop generating until you have enough unique items in the collection), shuffle them and use them one by one as dictionary value.
change this:
into this:
If anybody with a C# knowledge stumbles on this, please fork the translation, or at least put a comment here on what and how to change!
Thanks
Knock-knock. Are you still around? Could ypu please check the above issues with C#?
The C# Translation does not guarantee that unique scores are generated.