Ad
  • Custom User Avatar

    for c# tests for one key have different outputs... kata is broken.

    Assert.AreEqual('c', Kata.AddLetters(new char[] {'a', 'b'}));
    Assert.AreEqual('c', Kata.AddLetters(new char[] {'c'}));

  • Custom User Avatar

    For python test for word "orange" should be expecting true, but it is expecting false.