Ad
  • Custom User Avatar

    Almost duplicate of this

  • Custom User Avatar

    Duplicate of any other "compare the input to some fixed values" kata.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Am i missing something with simple tests ?
    `a=[ 13, 14, 15, 18 ]
    b=[ 99, 84, 76, 55, 100 ]
    c=[ 90, 87, 85, 97, 64 ]

    Expected: '[14, 76, 85]', instead got: '[13, 55, 64]'`

    The expected doe snot look correct to me...
    Got this wird thing for all simple tests... However, all random tests are passing...

  • Custom User Avatar

    Please add random tests and example test cases, other than that it's good :)