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.
I appreciate this. Rarely do I need to know how to write my own sort in JavaScript,
but useful to know how to do manually because you never know when you'll end up trying
to patch some code written in some shit language that doesn't have fancy features.
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 happens to me a lot. Seems like if you use the "back" button on your browser right after logging in, you get logged out. I always check my ranking after solving kata to
make sure no funny business is going on.
Waded through a lot of solutions before I found this one.
I like it.
I get this problem a LOT. I use chrome debugger to remove the "overflow:hidden" on the page
to unhide the submit button.
JavaScript sucks performance wise. So I think the focus with JavaScript should be whatever lets the developer code faster.
Example: If you try to use bit-packing optimizations in JavaScript like you would in C, you usually end up with worse performance.