Ad
  • Default User Avatar

    my dictionary
    String[] words = {"gimmemore","givemethepower","givenup","giventoother","giveandgive"};
    my input = gimthepoer;
    my output= givemethepower;

    My programm runs better than takas do :/, idk why is not accepted u.u

  • Default User Avatar

    I have pass all tests except for nowordstext (2 of them).

    I have create my own nonwords to test it and i feel I'am right for example:

    String[] words = {"fghjklmnop","asdfghjkl","fghjqwewerter","aabxcvbsdfght","asdfghjklmnopqrst"};
    String search = "dfghjkln";

    Result of my program = asdfghjkl , Am I right, no?
    Does anyone have any nonwordtext that maybe crash my programm?, I really don´t want to see the answer.

  • Default User Avatar

    I have test my code with online compilers,even with diferent IDE's, and my shorter solution works, Idk why doesn't work here :/

  • Default User Avatar
  • Default User Avatar

    Yes, the problem is with actual and expected values, where same letters do not share the same digit regardless of case

  • Custom User Avatar

    Which language?

    Help us help you.

  • Default User Avatar

    When I run the random tests, I print my result in the console.
    Then it says I fail but the string I printed in the console does not match the output it says I failed.

    My print result: 1021234035000340607

    Message: "Input was: wLrwraYlaFLlLaYlclK,
    excpected: 1021234035000340607,
    but was: 1021234536050345758 ==>
    expected: <1021234035000340607>
    but was: <1021234536050345758>""

  • Custom User Avatar

    Is the problem that actual and expected values are switched in the test asserts?

    This can make for surreal failure messages. It's also easy to diagnose and easy to fix, without all the "I think .." and "Maybe ..".

    If you are going to post an Issue, in general, you should be sure it's actually a kata issue, which means you pretty much have to know what the problem is.

  • Default User Avatar

    I am doing this Kata in Rust and i think there is a problem with the Random tests.

    The random test keeps failing but when I test the input string with my soulution it gives the expected answer.

    Maybe there is a difference between the test string and the expected string ??

  • Custom User Avatar

    Same letters share the same digit regardless of case

    This to me seems like it's saying that 'c' and 'C' should share the same digit, but the Rust tests require different digits.

  • Custom User Avatar

    If you've solved the kata, you can look at Preloaded by forking a solution and looking at the tab.

    Just in case you think Preloaded is hidden.

  • Default User Avatar

    It is failling on this case for me just to confir with you if your getting the same issue.

    the function suposedly has to be not case sensitive nad it looks like on that test case is not getting that in consideration.

    convert_RandomMixedCase
    Log
    UUpLzUnAeLnLmxeUmel
    Input was: UUpLzUnAeLnLmxeUmel, excpected: 1102314562427861762, but was: 1102314562427861769 ==> expected: <1102314562427861762> but was: <1102314562427861769>

  • Custom User Avatar
  • Default User Avatar

    How to report a taka issue?

    Is failing on the random test only, but when i test it by myself is ok, matches as is requiered, maybe random test change letters to Uppercase after mi toLowerCase method

  • Default User Avatar

    In fact the path change from the beginning, it must give you the shortest path, Anyway, I solved it but my code is not good enough :(

  • Loading more items...