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 understand how 1,01min is 61000 milliseconds.
It should be 60600...
I tried converter and chatgpt, they both validate that.
How do you get 61 000 ? It doesn't make any sense to me
This comment is hidden because it contains spoiler information about the solution
For some reason that I don't know, using MAX_VALUE give better performance than using index 0
is't better to threw an error rather than just popping a message ? Because you still return a false value ?
So, with your method, you create an instance of IntSummaryStatistics then you use getMax() & getMin() from it rigth ?
Yeah it's easier but I found more interresting to understand how to make it work "old school", feel liek training logic in a way