The Notion of Key-Value Pairs

From PKC
Revision as of 14:48, 4 May 2021 by imported>Benkoo
Jump to navigation Jump to search

Key-Value pairs is a generic term in programming practice that refers to the implementation of a look-up table, sometimes called "dictionary". This is also a data-oriented approach to represent a function. On the other hand, all computable functions can be approximated in terms of Key-Value pairs or "dictionary".