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.
Enjoyable kata, thanks!
Specs are nuts. Unpublishing.
I agree. The random tests in the Ruby version of this Kata, generate several different invalid times as input but don't expect "false" to be returned. Examples include: 23:24AM, 20:49AM, 22:08AM, ...
Очень интересная ката! Согласен с АйБанзай,я тоже преобразовывал строку в объект времени, потом обратно в строку и когда решил ката, понял что все эти преобразования лишние. Ката решается элементарно без всяких преобразований и объектов времени. Ката супер!
Simple string 6 kyu Kata)
Java translation based on existing Clojure translation with added random tests.
I think that the tests should have cases where the initial shift has such a value (near 26), that if you add the number of words, the result exceeds 26.
already fixed below
Approved
python new test framework is required. updated in this fork
Python:
random tests always expect False.
This comment is hidden because it contains spoiler information about the solution
Nice kata of the series, I really enjoyed it.
Nice!
Sometimes you will get a number N instead of a string in format "mm:ss" as a song's playback.
Loading more items...