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.
I found the kata interesting, but I agree that the explanation could be clearer. I spent a lot of time trying to interpret the logic behind the examples and the relationship between cuts and red cubes. Perhaps including a more detailed visual representation or reviewing the description would be very helpful to avoid confusion, especially for those just starting out. However, I enjoyed the challenge of finding a solution! For those who are still stuck, my tip is: visualize the problem in 3D, this helped a lot in my case. 😊
Image of cube not loading even after multiple refreshes
Rust translation
Java translation
Slicing arrays and calculating
min
/max
values is not a novel kata idea.i dont understand the question very clearly, maybe just me....
why is date array the last 5 in the array?
The case cuts=0 is not tested in Ruby and Python.