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.
I think that's a bad solution if you have a lot of values - O(2n).
Ideally you should break the function as soon as you find the desired value
This comment is hidden because it contains spoiler information about the solution
thanks a lot! Found my mistake. little confused about the meanings of boolean
What akar-0 is saying is that, for the input
hrudttjxmjztcolmdkucrxstjszxcxckjlhrtuo
the expected/correct answer is indeedFalse
, i.e. you cannot make a palindrome from this string.Therefore, if you are failing on this test it is your code that must be returning
True
instead of the expected/correct answerFalse
.Check that your implementation of your logic is correct - maybe you are missing something.
sorry for spoiler )
but can you show me the word that will be a polyndrom of these letters? pls )
This comment is hidden because it contains spoiler information about the solution
you brock my brain @ _ @