Ad
  • Default User Avatar

    A minor point:
    I think the test case with no solution (when there is no pixel with the specified colour) should not have failed when the struct unsigned_array returned with {NULL, 0}. It does not make sense to check the pointer when the array size is zero. So the {NULL, 0} answer should be accepted as well, for this case.