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.
Poorly worded, but it must be understood that the characters are not sequential (consecutive characters are A, then B, then C, and so on)
This requirement makes no sense to me:
Does it mean that points in a path must not be connected with each other? But this 1) contradicts test cases, 2) makes grid representation useless - the kata then is just "find longest lexicographically ordered substring in a string".
After solving it I feel more like "paths must be proper sequential paths with every point adjacent to previous and next ones".