Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
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
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.
I have test my code with online compilers,even with diferent IDE's, and my shorter solution works, Idk why doesn't work here :/
te mamaste
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
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 :(
This comment is hidden because it contains spoiler information about the solution