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.
int shortestWordLength = s.length()/2; this should be without "/2" -> int shortestWordLength = s.length(); ..."/2" was from my old code :/
Oops, i forgot the condition "and will, of course, return you to your starting point". My solution only verifies, that the walk is 10 min long but not that you will return at the startpoint. Idk why it accepeted my solution too... :S