Associative array

From PKC
Jump to navigation Jump to search

Associative array can be thought of as a dictionary. Which is a way to use key-value pairs to implement a look up table or a function.

Implemenation

In Mathematica, there is a built-in function called associative array. It serves the same function very similar to a dictionary or hashtable in other programming languages.


References


Related Pages