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.
You're welcome, yours is definitely my favorite solution! :)
I love the code readbility. A little extra computational time to always check every cell for both string matches (instead of just "b"), but only by a factor of 2, which reduces to nothing for O(x*y) for large x and y.
Please correct me if I am wrong anywhere, I am still learning.
Troubleshooting: If you get all, but the last of the sample test cases, check the pattern of bs-factor values.
Hint: The elipses signifies an inference and continuation of the pattern of all values, not just the last value (i.e. it is not the case that all remaining values are 8) to calculate the implied p-values.
This is even more awesome than it is obfuscated, and it's pretty obfuscated! :)
"No idea!" :) Nice one.