Ad
  • Custom User Avatar

    needs this tests cases : ["moa", "moe", "moi", "moo", "mou", "mua"]

  • Default User Avatar

    Note that order matters

    which order ? order of appearance in the input ? alphabetical order ?

    also, the Python code snippet should be removed, users do not need that kind of help for a 5 kyu, and it is unfair for users of other languages

  • Default User Avatar

    needs tests cases where the same word is part of several solutions, e.g.

    [["aba", "eba", "iba", "oba", "uba"], ["aba", "abe", "abi", "abo", "abu"]]
    
  • Default User Avatar

    PHP translation to be evaluated

  • Default User Avatar

    Need way more tests.

    Example of an input that must fail, but passes the test at the moment:

    ["aba", "abe", "abi", "eba", "ebe"]
    
  • Default User Avatar

    Don't take it personnally, zyocum, but...

    This is a joke ??

    • 4 kyu !? Some 6 kyu from myjinxin2015 are waaaaay harder than that
    • no random tests... Errrr...
    • Just ONE test, actually... !??? WTF !!?
    • typo error in the sample tests : they cannot run (use Test.expect, with upper T character...)

    How the hell could this go out of beta the way it is, with this rank ? :-o

    Well, the idea is interresting, but the description isn't clear enough (I had to read it 2 times before I understood what I was supposed to do), it's underdetermined (several edge cases are not talked about (see messages below)... Of course, because they are not tested !). This kata could be more interesting, ...meaning, A LOT, ...if the tests and the description were closer from exhaustivity !

    go-go-go ! you have work to do... ;)