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 have the Same Error
i had that thought as well, this is how i explain it.
your function creates the resulting list with the tribonacci sequence how ever you like.
n now tells you how many of the numbers from this list to show.
the list might very well be 1,1,1,3,5,9 ... but if n is 1 you only should show the very first number in that list.
Print input and results, if they are not already there.
Thx, natty!
And Crystal translation just here
I have written code in JAVA and I am able to execute example test cases successfully.
When I try to run test suit, it gives error message for 2 failed random test cases.
How I can find which test cases are failing ?