'Using dynamic arrays instead of linked list in chaining for hashing

If using linked list for chaining of values in hashing is cache unfriendly then why don't we just use a dynamic array of dynamic arrays instead?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source