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 clarified that they are full binary trees. Otherwise looks great. The tree prints look fine and are helpful on small cases.
While not breaking a particular implementation, it seems like multi-skill cycles don't make sense given the description. Especially with the one parent rule, unless they include zero.
Neat task.
This comment is hidden because it contains spoiler information about the solution
AwesomeAD, It looks great! I made a few tweaks.
to highlight and for easier matching with later results.
[10, 11, 12]
to[11, 12, 13]
as easier to follow against
[1, 2, 3]
. Also in Go.pub
to the starter signature,pub fn foo()
.So far on CW, I've mostly seen
fn foo()
,but that just creates a Clippy unused warn if you copy paste to an IDE.
Also to the provided solution for consistency.
Its not needed by sub modules, like tests, but doesn't hurt them.
Varied token lengths would be nice.
Plus that also really needs to be in the main description text, though editing that is more involved.A separate update for the main text makes sence.This comment is hidden because it contains spoiler information about the solution