Programmer's Wiki

Random access is a feature of certain data structures where the lookup time for any item is constant. The opposite to random access is sequential access. The trade off for Random access is increased storage requirements.

See Also[]