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.
Finally, First 2kyu.
Try now.
Hopefully it works now.
Before you accept it, it seems that you have decided not to include the stats in the solution setup, do you want me to remove them from the translation?
Is there a smaller pyramid that has the same longest slide.
Take a look at the small pyramid and think about it.
This comment is hidden because it contains spoiler information about the solution
Thanks for the kata!
In C# I had to substitute white space for a 'z', I am not sure if thats intended or not.
Well Done, I had to use reflection to figure out the names of the fields.
Really enjoyed reading the description, thanks for the kata!
This comment is hidden because it contains spoiler information about the solution
Mono 5 with roslyn would be nice.
I got
75 :0
64 :1
82 :2
87 :2
82 :2
75 :3
73 :3
28 :3
83 :4
47 :4
43 :5
73 :5
91 :6
67 :6
98 :7
1068
This comment is hidden because it contains spoiler information about the solution
meant cache....
[1,2,3] -> cube every element -> [1,8,27] add them -> 1 + 8 + 27 = 36.
36 is even so it's divisible by 2.