computer science dictionaries
Answers
Answered by
1
Answer:
In computer science, an associative array, map, symbol table, or dictionary is an abstract data type composed of a collection of (key, value) pairs, such that each possible key appears at most once in the collection. Operations associated with this data type allow: ... the removal of a pair from the collection
Similar questions