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.
WHat is the input format ? Consists of only lowercase letters or any kind of characters? Do space separated palindromes or palindromes formed using mixed case letters count ?
for ex : In string "I coulD am madl bb" , which is largest palindrome substring "lD am madl", "am ma" or "bb"
Kata description says that it expects a hash value as output , however in JS it expects an object literal and not a map .
This comment is hidden because it contains spoiler information about the solution
needlessly annoying.One doesn't need to find starting position in a maze.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
getting this error in js
sum of cubes is div by 3 iff sum is div by 3.
Sorting is not best practice.
nice solution. JS makes it unnecessarily complicated to work with ASCII codes of alphabets, so i find the criticism of manual shifting misplaced.
This comment is hidden because it contains spoiler information about the solution
yes. Thank You.
This comment is hidden because it contains spoiler information about the solution
There is nothing given about array size. I am getting some weird error in JS. Do I have to test for array being empty or just 1-d array?