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.
Tests do not match type signature
Test.expect
should be replaced withTest.assertEquals
No random tests.
Instead of rounding to a number of significant figures, approxEquals should be used.
Objective-C Translation Kumited - please carefully review and approve :D
Random test cases needed (Javascript version and perhaps also CoffeeScript version). It is generally good Kata practice to include random tests and helps prevent low-level cheats that may attempt to apss in fixed values in the correct order and pass all the tests.
C# translation added