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.
This comment is hidden because it contains spoiler information about the solution
So I'm managing to get the fabled '1074' with the medium pyramid and passing both tests in the editor, however I'm struggling with figuring out an early return to the code if a possible solution has been found.
Just to check my understanding, is it better to start at the bottom of the pyramid and work up, instead of going from the top and working down?
This took some reading to understand but its a hell of a solution, kudos!