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.
Really nice one!
Took some time to get the idea, then the coding was trivial.
yup - it looks fine now. Thanks
Seems good.
Try again now. Should be ok.
Please submit again.
Please refresh and check.
got you. I printed them and came to same conclusion as you have above. There seems something up with Java random tests. I will leave you to it. Cheers B1ts.
Java's random tests are incorrect.
S: "mnopqriouaeiopqrstuvwxyuaeiouaeiou"
Chains: o 1, iouaeio 7, u 1, uaeiouaeiou 11
expected:<7> but was:<11>
Not a kata issue. Use
System.out.println(s)
to see input.Not an issue.
This comment is hidden because it contains spoiler information about the solution