Assume a hash table size of 5, what is the probe sequence for an item with an original location of 3 and an increment of 3?
a) 3, 0, 4, 1, 2
b) 0, 3, 1, 4, 2
c) 1, 4, 2, 0, 3
d) 2, 1, 4, 3, 0