Assume a hash table size of 5, what is the probe sequence for an item with an ASCII sum of 122?
a) 0, 1, 2, 3, 4
b) 1, 3, 0, 2, 4
c) 2, 4, 1, 3, 0
d) 4, 3, 2, 1, 0