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.
Please post your attempt. Make sure to add fences, e.g.
Also mark it as having spoiler content.
Sorry my bad, its in C#
Which language?
the example removes only the smallest,
the example tests, anyhow, removes the first smallest integer array,
the Run test expects to remove all smallest integers,
am i supposed to remove the 'Smallest'? or the only first smallest integer?
i.e.
in Basic test
Tester(new List{1, 2, 3, 1, 1},new List{2, 3, 1, 1});
it fails and throws an error
" BasicTests
✘ Expected and actual are both <System.Collections.Generic.List`1[System.Int32]> with 4 elements
Values differ at index [0]
Expected: 2
But was: 5"