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.
This comment is hidden because it contains spoiler information about the solution
Thank you for the advice, I uploaded a new solution where I first convert the string to a slice of runes!
I'm OK with that. The test cases never deal with non-ASCII. Palindromes are also colloquially words not symbols or sequences. Good point though!
Thanks for pointing that out. Just made a fork that fulfils the test case. Imagine the next progression is condensing it down to something similar to yours. Kudos on the solution by the way. Concise and readable, even to someone new to Golang.
You are absolutely correct! And I admit that didn't even occurred to me until after I submitted my solution. However, for an 8 kyu, I never bothered coming back to write a more careful version, like one that also only iterates over half the characters. But I suppose I could...
You are right. I should have iterated over the runes intead of the bytes.
Totally agree!
https://www.codewars.com/kata/reviews/5bd8685254529884330025b6/groups/5beaa2333db45873d00016f9
Thank you.
Well, I tried, it does works properly, what's the problem? :)
Kata does not involve working with non-ASCI strings.
for an 8 kyu? I don't think so.