(data structure)
Definition: A collision resolution scheme in which the hash table is an array of links to lists. Each list holds all the items with the same hash value.
Generalization (I am a kind of ...)
separate chaining.
Aggregate parent (I am a part of or used in ...)
hash table.
See also linear search.
Note: The items in the list may be searched and maintained with any list search algorithms. Any searchable data structure may be used instead of a list.
After [GBY91, pages 71-74]
Author: PEB
If you have suggestions, corrections, or comments, please get in touch with Paul Black.
Entry modified 12 February 2019.
HTML page formatted Wed Mar 13 12:42:45 2019.
Cite this as:
Paul E. Black, "direct chaining", in
Dictionary of Algorithms and Data Structures [online], Paul E. Black, ed. 12 February 2019. (accessed TODAY)
Available from: https://www.nist.gov/dads/HTML/directChaining.html