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.
Disagree. There's a difference to it being understandable vs extrapolating it out from the inputs and outputs. Which is how I ended up doing it.
I think the wording could definitely be improved e.g.
"threshold (threshold) in percentage beyond which the evaporator is no longer useful." Percentage of what? Remaining content or percentage lost?
There's no consideration/tests for overflow arithmetic. Particularly useful in C/C++ where AFAIK signed integer overflows lead to undefined behaviour.