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.
Haha, yes, it takes some time to get used to that way of thinking which is employed in functional programming. Especially when you are coming from a mostly procedural language like C or C++. Although I must say that C++ has adopted more and more of the functional stuff in recent standard revisions (and thus has become more Pythonic): it always had the "algoritm" and "functional" library headers but with the advent of C++11 lambdas and C++20 ranges, things have become much more advanced.
i love this one, definitely clever.
this solution makes mine look like it was written by an actual lunatic
im such a hack when it comes to fp