For the case of duplicate insertion in a hash table, how should the programmer decide how duplicates should be processed?
a) Overwrite existing data
b) Ignore the new data
c) Create a linked list of duplicates
d) Throw an error