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.
there are 1,588 solutions to the kata in C#...
try this:
foreach(var w in words) Console.WriteLine(w);
maybe tests are broken in the C#?
I get an error that actual list contains 2 words while the expected result contains 5 words, and that the follwoing words are missing in the actual list: "abab", "baba", "baab"
I run it localy on my visual studio and these 3 missing words are marked as anagrams when the input single word is 'abba'
Is there a way to see the tests input (not the sampel tests) ?