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.
Input range needs to be specified: very large timestamps are tested, but the result is guaranteed to be no more than
10000
. There are hidden assumptions on the required performance.Unix time implicitly has a notion of data type, which is usually unsigned 32-bit integer; the tests instead uses negative numbers and numbers beyond 32-bits. So this needs to be specified better (it will not work for other languages).