๐Ÿ”‘ Associative (Hash) array

= general implementation of an ๐Ÿ–‡ Array (programming), not limited to integers as an index

Basic principle

Pros&Cons

  • ๐Ÿ‘ any data-type can be used as a key
  • ๐Ÿ‘Ž not sorted โ†’ forall loop necessary โ†’ less efficient