Difference between revisions of "The Notion of Key-Value Pairs"

From PKC
Jump to navigation Jump to search
imported>Benkoo
(Created page with "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 app...")
 
imported>Benkoo
Line 1: Line 1:
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 [[wikipedia:function|function]]. On the other hand, all [[computable function]]s can be approximated in terms of Key-Value pairs or "dictionary".
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 [[wikipedia:function|function]]. On the other hand, all [[wikipedia:Computable function|computable function]]s can be approximated in terms of Key-Value pairs or "dictionary".

Revision as of 14:48, 4 May 2021

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".