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.
why sort it when you can just change it to a set and then compare set values?
I'm not sure what you mean by down vote as I'm just now reading this comment. take your own advice and not take this personally is all I can say? Thanks for the response though.
Wouldn't the time complexity of this be horrible being you're sorting a 2d array?