Ad
  • Custom User Avatar

    There are only small fixed tests in the test fixture ;-)

    Please add randomly generated tests (and probably performance tests too, since that's sort of the point).

  • Custom User Avatar

    Input numbers can have duplicates, but returned result should not be a repeating number, which are contradictory with each other. Why not deduplicate the input before passing in (or better, pass in Set<Integer>)?