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.
You don't need interpose or apply.
Yes, you're right, the tests helped me out on this one. Should have used
sorted-set
instead.Dude, you got lucky on the tests
set
has no ordering guaranteesCan anyone explain how this works? I know what a partial function is (basically prefilling some of the args), but how is it used here?
What is an argument for using the partial syntax instead of simply reduce?