Suppose I have the following hash table which uses linear probing: [Amy,Barry,None,None,Carlie,Darren] which start at index 0. What is the possible value could hash(Amy) be?
My answer to this is 0, but I don't feel like Im correct. Some help would be appreciated