Which of the following order of numbers gets the minimum number of collisions while constructing a hash table using the quadratic probing. The size of hash table is 17.
30, 72, 55, 38, 93, 77, 64, 21, 48
21, 72, 55, 38, 93, 77, 30, 64, 48
55, 77, 38, 93, 21, 72, 48, 30, 64
38, 21, 72, 55, 93, 77, 64, 30, 48