bn:00587820n
Noun Concept
Categories: Articles with short description, Hashing, 1953 in computer science, Articles with example C code, Hash based data structures
EN
hash table  Address-calculation sort  Array hash table  Chaining hash table  Collision resolution in hash tables
EN
In computing, a hash table, also known as a hash map, is a data structure that implements an associative array, also called a dictionary, which is an abstract data type that maps keys to values. Wikipedia
Definitions
Relations
Sources
EN
In computing, a hash table, also known as a hash map, is a data structure that implements an associative array, also called a dictionary, which is an abstract data type that maps keys to values. Wikipedia
A data structure using hash functions Wikipedia Disambiguation
Associates data values with key values - a lookup table Wikidata
An associative array implemented as a vector, the indexes into which are the result of applying a hash function to the key. Wiktionary
Associative array. Wiktionary (translation)