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 don't get why my very first and simpliest approach is not working.
It fails at 1.000.000 final test.
If i put 1.000.000 on sample test by my own, it pass the test, but not yours.
--> assertEquals(new BigInteger("3944199426501073095"),Padovan.Get(1000000)) on sample pass the test, on yours i get an gooooogle number.
I think i'm missing something important, but can't see it.