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.
Thank you for your feedback
num = (ch-'0') + (num * 10);
instead of
num += (ch-'0') * 10;
this doesn't parse floats correctly. it parses "3.1" as 1.3 and "3.14" as 0.53
Scala tests fails with this error
Test Suite Aborted
Exception encountered when invoking run on a nested suite - Unable to load a Suite class that was discovered in the runpath: IsomorphismSpec