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.
Yep, bad luck. :( It also happened to me a few times and it was really frustrating xD
Thank you Ciprian Amza, Just bad timing I guess that it happened when I was working on it and went from 'Beta' to 'Retired'
If a kata is retired, it will always stay retired. You can also see others solutions without unlocking them, and you can't submit a new solution.
Hello folks,
Had just completed the 'test' tests successfully and it suddenly came up retired?
Has this kata gone permanently now?
Fixed.
Hi,
the order of the given input and the instructions are different: "circular race track (km) and the time you run (h)" ≠ "time,round_length"
The Test description "test 2,1,1000,1000" may be more detailed. Example: "my_speed: 2, ghost_speed: 1, time: 1000, round_length: 1000"
Increased random tests to 100.
Fixed cases with missing points in the string "Cannot find Waldo."
When Waldo is missing, the text is still "Can not find Waldo.". If there are no objects around Waldo, you must return "Waldo is in the crowd."
Added test-case where Waldo is surrounded by people. Added random-tests where Waldo is missing.
The example test cases now contain every possible output (next to object, surrounded by people, Waldo missing).
Thanks for the feedback.
Fixed.
Hi,
"Can not find Waldo."
, but in the actual tests, there is no trailing dot."Can not find Waldo"
when Waldo is there, but there is no objectCheers
10 random tests is bit too few, should be increased to 100 or so
Random tests have been added. Array width and height vary individually.
Position of placed object around Waldo is random.
Possibility that there is no object around Waldo is also given.
Added the rule "There will not be more then one object next to Waldo."
You may want to invest in random tests