-
Notifications
You must be signed in to change notification settings - Fork 152
Scatter Or Hash
Dawid Weiss edited this page May 6, 2015
·
1 revision
It is very important to understand the difference between hash and scatter sets and maps. This code example attempts to provide an intuitive step-by-step explanation of how associative containers work and what are the dangers of using linear conflict resolution and open addressing.