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.
same ans
IT MAKES SENSE GOSH IT DOES MAKE SENSE
Masterpiece
lol this was my solution as well (without the access modifiers), and I did it offline, neat
This comment is hidden because it contains spoiler information about the solution
Beautiful and concise.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Damn, I completely forgot about bitwise operators! Nice solution bro.
I have pretty much the same solution and still have the timeout lol
edit: nvm was a one-time thing
This comment is hidden because it contains spoiler information about the solution
you can set range in regex like this:
std::regex("[1-4]")
Adding check on str.Length < 26 will increase performance in some cases
Is not the best practice because of useless allocation new lower string that doubles memory usage
Best and fast :)
Loading more items...