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.
Learning the built in libraries is important, but I feel this solution skirts around the problem. i.e) If the function name in the sort library was InAscOrder instead of IntsAreSorted, then you would call "return sort.InAscOrder(numbers)". Do you see my point? If you think I'm wrong, please let me know the time complexity of your solution.
I was confused about the goal, until I realized the inital code segment for Golang was missing. It would be best to create a Golang inital code segment for the kata, or just remove Golang as an option.
Nice and compact.
Elegant solution.