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.
It's not buggy, it's simply not a stable sort. You don't need to "rewrite" sort, but you can easily make it stable, as evidenced by 300+ JS solutions submitted.
There is already an open issue about updating available node version, so I'm gonna close this one.
Unstable sort is not buggy, it's just unstable. And building a stable sort using an unstable sort as a base is also an interesting task in itself.
This is not really true.