Discuss the advantages of hashing. Explain why hashing is not used more often, given these advantages. Post your response and respond to the posts below. Post from Chris When the number of entries are large the greatest advantage of using hashing over the binary or the sequential approaches is speed. Hash tables are efficient when the maximum size of entries are known, so that the hash table which is store in an array is a set size. Post from Bill
