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.
I'd assume that when we remove all the strings, the only things left are the integers.
I have updated the test cases. Please let me know any further problems. Thanks.
I hate the editor. It just doesn't work on a mobile phone. I mean it doubles the number. So bit shifting n is to time 2**n.
Bit shifting. Left shift 1 bit equals to doubl
This comment is hidden because it contains spoiler information about the solution
I have updated the test cases. Please let me know how you think about it now. Thanks.
Thanks for the tip.
I'd say it's not so clear which is rows and which is columns. Especially when both sample code and test cases only tested a symmetric table case. Would be better if the sample test case show (3,4) instead of (3,3).
What does the 2 arguments do? If that's
row
andcolumn
please be sure to give instructions (and test cases).