• Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    It wasnt in random Tests but in the first tests, the solución passed all the random Tests

  • Custom User Avatar

    in the kata encrypt this, with C languaje, theres is a kind of error, because teh kata says, firstable, the first character of each word must be replaced with its ascii code, and in one of the test it shows the next message:

    The expression (as strings) (one) == (two) is false.

    this cant be correct because "t" is not the ascii code for o, and "wo" can not be the reverted position of "ne", i tried to complete the kata, my code passed all the tests, except for this one.

  • Custom User Avatar

    in the kata encrypt this, theres is a kind of error, because teh kata says, firstable, the first character of each word must be replaced with its ascii code, and in one of the test it shows the next message:

    The expression (as strings) (one) == (two) is false.

    this cant be correct because "t" is not the ascii code for o, and "wo" can not be the reverted position of "ne", i tried to complete the kata, my code passed all the tests, except for this one.

  • Custom User Avatar

    when i try to attempt the kata, it pass the 5 basic tests and the ramdon test (100 random trings) is marked ass passed but there is an error, test crashed, but it doesnt says the reason or something like that.