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'm a bit confused by the example in the description. Why are the first 4 numbers = 0? From my unterstanding the second should be 1 and the third 2 because of the 3 nuts which should stuck in the \ / ? What am I getting wrong here?
I edited the tolerance in the "small test" below (just 0.1) and the small test worked fine. Maybe its another problem with my solution, but the error whats showing up when i want to submit is "Use assertEquals(expected, actual, delta) to compare floating-point numbers".
Cant pass Submit because in the Test (Java) assertEquals has no tolerence values.