From charlesreid1

No edit summary
No edit summary
Line 1: Line 1:
#REDIRECT [[Dictionaries]]
See also: [[Dictionaries]]


Maps are value-based data structures that create a bijection from one set onto another, such that one input key yields one corresponding output value.




{{DataStructuresFlag}}
 
 
{{DictionariesFlag}}

Revision as of 03:44, 21 June 2017

See also: Dictionaries

Maps are value-based data structures that create a bijection from one set onto another, such that one input key yields one corresponding output value.