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.
Hahahaha, 1 hour for me would be a dream. Im spending already 4 and still nothing but a double loop that pass the tests, but doesnt pass the last one due to performance.
For me is the same, I have a quadratic solution but so far I'm not being able to find a linear one with just one loop. I will have to struggle more with my brain :)
This comment is hidden because it contains spoiler information about the solution
Post your code here in spoiler for us to help.
Hi Mate, I have the same figures than you. Did you find a solution?
Thanks.
Hi,
I passed all tests but I'm having a time our issue.
I know we cannot share code here, but I want to share the times of each test:
I would like to know a reference of: On how many time should I compute ONE million fib?
Thanks
Regards.
Thank u, I didn't know.
Best Regards.
Josema.
All is working perfectly, as long as you use the bigint library correctly. And you need to return a bigint instance, just like shown in the sample tests.
All is working perfectly, as long as you use the bigint library correctly. And you need to return a bigint instance, just like shown in the sample tests.
Closing.
Hi,
is there any solution for the return values? I'm using JavaScript.
Im returning:
Could be that tests are not well defined, or I'm missing something? I cannot return 0n,1n with no type right?