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.
Fixed, thanks
Typos in the description:
Your task is to //us a select// statement to return a //sinlge// column table containing the full title of the person (concatenate all columns together except id), as follows:
A little easy for 5 Kyu, no?
Good for some points though! :D
nvm!
yea my code was too slow
How many are all tests? Maybe it times out when it reaches a huge string.
Probably your code is not fast enough then. Or it could be a CW problem. Can't tell without seeing the code itself.
R translation kumited!
Please carefully review and approve.
Uses the same example and basic tests as the python version.
Uses the same structure and parameters for the random tests as python version.
Reference solution and random tests commented in test suite, in case you're unfamiliar with R.
Thanks!
This comment is hidden because it contains spoiler information about the solution
Traceback:
in
in song_decoder
IndexError: string index out of range
I keep getting this error, despite passing 6 tests.
Where do I find the line this error is occuring?