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.
The array INV contains the multiplicative inverses of the indices modulo 26 or 0 if the index is not invertible modulo 26.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
The triplets in the return value should be ordered
a < b < c
, right? I kind of get mixed messages:Is this an issue with the rust translation/the random tests for rust or am I missing something?
It should panic, according to the description that's an invalid input.