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.
Missing
using System
in initial solution setupMethod name should be
PascalCase
Missing useful assertion messages
Reference solution should be in
private
Random test generation should follow Python / Ruby setup, as such:
Please follow the JS translation in generating random tests (only composed of random strings &&
flick
) (same goes for FIXED && SAMPLE tests)Input type should be
string[]
using System.Collections.Generic;
should be removed from initial solution setup due to point aboveMissing useful assertion messages (this is 8kyu, so it is a necessity)
Ok
Add description as per your version.
translator, please take note of the fact that this kata has taken the way of singular input type; in this case being strings