Chaining

Home > Computer Science > Algorithms and data structures > Hash Tables > Chaining

One of the most common collision resolution techniques, chaining involves linking elements that map to the same hash index using a linked list.