I'm trying to implement a shell sort using an array of gap sequences, and I'm having trouble getting the array to work with the shell sort code. It compiles, but the array that I have does not seem to be used for the gap sequences. It seems to only use the size of the array(16), not the elements of the array. If anyone could point me in the right direction as to what I can do to make the contents of the array work with the shell sort, I would very much appreciate it. Thank you.