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.
Simple tests in F# pass, but getting following error when attempting to submit:
/home/codewarrior/program.fsx(57,25): error FS0039: The value or constructor 'epidemicAux' is not defined. Maybe you want one of the following:
epidemicAux1
epidemic
Works great now, thanks!
F# random test case is generating odd numbers. Can't get around them anyhow.
Excellent series of katas, it makes you think how to compose next functions in terms of previous ones. The problem (group actions on strings) was very interesting as well!