Associative Array

Home > Computer Science > Algorithms and data structures > Arrays > Associative Array

An array where elements are accessed by keys instead of numeric indices. Also known as a Map or Dictionary.