Contents:
Defined in File ds.h
Indicate that the hashmap should perform linear probing if the bucket that an item hashes into is currently full.
Results in greater hashmap utilization, but possibly longer insert/remove/lookup times.