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.
Fixed.
Great kata, enjoyed it
Calm down boy, no spoilers at all. Just intro to Graph Theory
Please don't spoil solutions in the comments.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Unfortunately there is an issue with the Java translation, as reported below years ago. If you know how to fix it, please go ahead and fix it in the kata, or fork the translation, or just copy-paste a fix here, since I don't know Java...
Cheers
would you know how to do it in C#?
The description does not specify — how keys with the same values should be sorted
{English=66, Slovak=56, Arabic=93, Russian=34, Finnish=2, Hindi=66, Dutch=72, Greek=35}
expected:<[Arabic, Dutch, English, Hindi]>
but was:<[Arabic, Dutch, Hindi, English]>
"true : false" is redundunt
This is nice!