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.
Expected results are inconsistent between Haskell and Ruby, Crystal. The same input expects different results. For example an input of 696 expects 38 in Haskell but 23 in Ruby.
Issue with Haskell version. It seems to expect a different answer from Ruby and Crystal versions. Ruby and Crystal expect 19 to be correct for the below but Haskell expects 42 instead. This can't be right.
Falsifiable (after 1 test):
850
Borked out at: 850
Expected: 42, Got: 19
NASM translation.
Here my C++ translation. Please review and approve it (author inactive)
Please review C++ Translation