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

    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 :(

  • Default User Avatar

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