[SOLVED] What dose "random access" mean in c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

[SOLVED] What dose "random access" mean in c++?

i don't think i fully understand it.

4th Dec 2018, 7:52 PM
LONGTIE👔
LONGTIE👔 - avatar
3 Answers
+ 8
Have you had a chance to study this Wiki page? "In computer science, random access (more precisely and more generally called direct access) is the ability to access an arbitrary element of a sequence in equal time or any item of data from a population of addressable elements roughly as easily and efficiently as any other, no matter how many elements may be in the set. It is typically contrasted to sequential access.[...] ¹" ______ ¹ https://en.wikipedia.org/wiki/Random_access
4th Dec 2018, 8:37 PM
Babak
Babak - avatar
+ 8
thanks C++ Soldier (Babak), that explains it a lot better.
4th Dec 2018, 9:04 PM
LONGTIE👔
LONGTIE👔 - avatar
+ 2
Glad to hear! 8)
4th Dec 2018, 9:26 PM
Babak
Babak - avatar