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 failure messages for the random tests in Haskell are almost completely useless, as they don't show the actual/expected results. Additionally, they shouldn't rely on the
Point
type alias defined in the user solution.Fork
While updating it, I went ahead and made some other improvements to test case generation.
Lua translation
description should be language-agnostic
Scala translation
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Description should be language-agnostic
Go translation
Can we have input like
version1 = "1.0.0" and version2 = "1.0.0.0"
(Expected output is false
)?