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 comment is hidden because it contains spoiler information about the solution
Yeah, I'd like to know as well
This comment is hidden because it contains spoiler information about the solution
Thx)
When you do the
unique_elements
part you're losing track of that.By the way, that test expects false.
This comment is hidden because it contains spoiler information about the solution
Please see top of the page: 373 guys out of 13,942 passed the PHP kata so there is nothing to check.
In PHP the test fails but must pass.
Test:
a = [121, 144, 19, 161, 19, 144, 19, 11]
b = [121, 14641, 20736, 36100, 25921, 361, 20736, 361]
Expected result must be false, but it is set to true. Please check.