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.
The
clue
part is not a clue, it's an essential part of the information (otherwise how should anyone figure out what even is the task without looking at the test cases?). But then this paragraph is pretty useless at explaining the task, so it really should be rewritten. e.g:How is
13 / 8
the golden ratio (1.618033...
)?Can the description be more useless than this?
The hash is 4 bytes while the array consists of 2 bytes of numbers, so what does it mean to
mod
them? (Doing it the obvious way doesn't lead to anything.) What does it mean for a validator to "match"? Why ischosenValidator("21e66e37e", [25,5,20,25,20,5])
equal to4
if both2
and4
are20
? There are so many questions.