๐ Associative (Hash) array
= general implementation of an ๐ Array (programming), not limited to integers as an index
Basic principle
- Key: data strucure of any type used to access aโฆ
- Value: data strucure of any type associated with the key
Pros&Cons
- ๐ any data-type can be used as a key
- ๐ not sorted โ forall loop necessary โ less efficient