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.
Yes, my bad. I realized that I got wrong in identifying nulls.
I get wrong in this test case.
std::vector a = {3,2,2};
std::vector b = {9, 9, 4};
expected is true although it is clearly false.
This comment is hidden because it contains spoiler information about the solution
Nice!
Can you teach me what did you do here? What is for(auto& x : msg) ?
This is neat. Nice!
Is there a tutorial that explains this?
This also stopped me from passing the test.
Oh, thank you for clarifying. :)
What do you call this?
What is the size_t num_bits for?
Thank you for the documentation!
Thank you!
Thank you
what do you call this process? It looks like a ternary operator.
Loading more items...