Ad
  • Default User Avatar

    there are 1,588 solutions to the kata in C#...

    try this: foreach(var w in words) Console.WriteLine(w);

  • Default User Avatar

    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) ?