Associative array

From PKC
Revision as of 04:04, 5 September 2021 by Benkoo (talk | contribs) (Created page with "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.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.