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.
is there a way to improve the precision of floats? i saw someone talking about how it sometimes can take 10.00001 and change it to 9.999998 and cause a wrong answer ive been wondering is there a way to maybe limit the float to only one zero so it wont happen?
but why is it happening?
if the problem with my code is execution time out (over 12000ms) how can i see the tests that caused it?
so i just need to make it more efficient?
This comment is hidden because it contains spoiler information about the solution