Ad
  • Custom User Avatar

    Please post your attempt. Make sure to add fences, e.g.

    ``` csharp
    your code here
    ```
    

    Also mark it as having spoiler content.

  • Default User Avatar

    Sorry my bad, its in C#

  • Custom User Avatar

    Which language?

  • Default User Avatar

    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"