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.
Perhaps more tests?
Is there only supposed to be 1 specific case that this should work?
This comment is hidden because it contains spoiler information about the solution
this incomplete solution is pretty bad and shouldn't pass :\
Ahhh... JSON.parse is the part i was missing. Drat.
Well done!
description is very unclear.
oops,
binaryToString
is a pretty terrible name for a function that returns a number.I was stuck on this one for a very long time and my eventual implementation turned out neither fast nor pretty.
I knew that once I finally managed some sort of a working version and could see how other people did it, I'd be mad at how simple the top solutions would be.
I was not disapointed.
My code was using an iife closure with cache and a returned function. Are you using a similar approach?
Stuck on this as well :\
doh! I forgot
replace
could take a function. Nice.I have created a monster.
It might be more constructive to point out the problems with a solution in a comment. Then people that are learning can see what exactly is wrong with the solution.
Ooops.. left the extra, silly "rowFlattener" definition in there.
I have been defeated.