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 using namespace std is used here ?
it was a bit weird for me at first cuz idk what a class means
me either
I didn't know that you could turn a num negative by using -
Thank you for pointing it out.
Don't think it's a good practice to write some implementation in class declaration ( that is in a header file normally ).
Dunno why, but this solution throwed an error for me.
Nice. Somebody has read clean code and polymorphism. haha
The function returns a function not void
The solution is returning a lambda expression which is the shortcut version for writing a function
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution