🔑 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