Assuming numbers is an array with 100 items, which array of gap values passed to the Java shellSort method is likely to have the best performance?
O {64,32,16,8,4,2,1}
O {12,4,8,16,32,64}
O {1,10,100,1000}
O {100010010,1}