Define a function named Sample that takes the following parameters: arr, a dynamic array of strings; cap, the capacity of the array; factor, the factor to shrink it by. Your function should ________.