Dictionary
Introduction
The Dictionary Nodes are used for creating and handling Dictionaries. A Dictionary is a data structure consisting of a collection of pairings (key, value), where each key is unique.
Contents
External Links
Fundamentals of data structures: Dictionaries on Wikibooks.
Associative Array on Wikipedia.
Last updated