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.
Fixed.
It was an issue after all, actual and expected are flipped for PHP.
It is not an issue it is correct: check the description again.
In PHP, I get an error that says:
Expected: Array (
0 => 1
1 => 1
2 => 1
3 => 3
4 => 5
5 => 9
6 => 17
7 => 31
8 => 57
9 => 105
10 => 193
)
However when I look at the test cases it says: