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
this is so dumb haha
Funny I thought i would have to pay attention to how the cube is formed and create a complex algorithm, but it's really much simpler lol.
Thanks man. Nice kata :)
I'm looking at the description for javascript.
Am I dumb or should it say,
[
{i: 4, n:6},
{i: 7, n:15}
]
instead of
[
{i: 4, n:6},
{i: 7, n:16}
]
ty
This comment is hidden because it contains spoiler information about the solution
why cant we use findIndex and you should specify that.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution