Ad
  • Custom User Avatar

    Not a kata issue

  • Default User Avatar

    I have a problem with Mono compiler(c#) when try to retrive similar word from that IEnumerable, too:

    words.ToArray()[ indexOfSimilarWord ]

    when indexOfSimilarWord is retrive from other Array by same size as IEnumerable

    when I convert IEnumerable to string Array there isnt any problem and all test is passed