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.
did you find a solution? im running into the same problem
New challenges help us to increase our knowledge and make better algorithms. Congrats 👏
Don't forget to upvote if you liked it.
😁
Numpy is a great tool. Specially if you've got to deal to lot of calculations very often. But Python itself has an incredible advantage, its integer precision that remains intact with only three arithmetic operators, not division (unless you use integer division). With Numpy, many calculation follow the float precision road, not the integer one. Hope that this helps.
Using numpy.float64 I got 762096994298999936 for the same test, still not good enough