Ad
  • Custom User Avatar

    @wailmadrane

    To be able to get the desired amount of the tribonacci sequence.
    For example, in this scenario I want to test you only 1 item of the sequence:

    Test -> tester([1, 1, 1], 1, [1]);

    Input Sequence -> [1, 1, 1]
    Desired Quantity -> 1
    Expected Sequence -> [1]