Algorithms and Data Structures
Chapter: LINEAR PROBING VS SEPARATE CHAINING (HASHES)
Question: Which one is better:
a) For memory
b) For speed
c) If we have a full array
d) If the size of the array is so big
e) If there are many empty spaces in the array
f) Other cases...basically, what are the advantages of using one over the other?