Advanced Programming Dictionaries, Hash Tables 1
Dictionaries (Maps)
Hash tables
2
ADT Dictionary or Map
Has following operations:
n INSERT: inserts a new element, associated
to unique value of a field (key)
n SEARCH: searches an element with a certain
value of the key. If it esists, it returns it
n DELETE: cancels element with given key, if
exists