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.
Nice, however just like a lot of them, this is also more like a math challenge.
.
python new test framework is required. updated in this fork
Fixed.
C# Translation
That's quite a nice hint, thanks!
Thanks :)
As it took me a while to understand it, here is an example of 3D3N:
[
[[[0,0,0],[0,0,1],[0,0,2]],[[0,1,0],[0,1,1],[0,1,2]],[[0,2,0],[0,2,1],[0,2,2]]],
[[[1,0,0],[1,0,1],[1,0,2]],[[1,1,0],[1,1,1],[1,1,2]],[[1,2,0],[1,2,1],[1,2,2]]],
[[[2,0,0],[2,0,1],[2,0,2]],[[2,1,0],[2,1,1],[2,1,2]],[[2,2,0],[2,2,1],[2,2,2]]]
]
Elixir translation awaiting approval.
Racket translation
The description is very confusing for anyone that is not native speaker,
please make it clear what I need to do to complete this kata.
[
[(0,0), (0,1), (0,2)],
[(1,0), (1,1), (1,2)],
[(2.0), (2.1), (2.2)]
]
Ruby translation
Thanks!
Stick to int.
Loading more items...