Monday, November 20, 2023

Associative arrays is synonymous to......................


Answer: Hash

In computer science, an associative arraymapsymbol table, or dictionary is an abstract data type that stores a collection of (key, value) pairs, such that each possible key appears at most once in the collection.

The most frequently used general-purpose implementation of an associative array is with a hash table: an array combined with a hash function that separates each key into a separate "bucket" of the array.

No comments:

Post a Comment