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.
(for python)
I don't understand the instructions, if you fix a queen position, in the solution should be the initial queen fix.
For instance, if the fix queen is c3, the solution shoud be a.,b.,c3,d. ...
In the instructions says for c3, the solution is d8,a7,e6,h5,b4,g3,c2,f1 I don't understand why g3 and c2
Please, could you help me?
It's not mentioned whether palindromes should be case-sensitive (it isn't).
Numbers in JS are over the maximum number range, which is undesirable.
Actually, the kata should've just passed in a string in the first place.
not enough tests: a solution reversing both parts can pass the tests as well as one reversing only the first half (as expected by the description)
Needs random tests...
JS :
https://www.codewars.com/kata/how-many-palindromes-can-you-find-performance/discuss/javascript