+ 7
[SOLVED] What dose "random access" mean in c++?
i don't think i fully understand it.
3 ответов
+ 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
+ 8
thanks C++ Soldier (Babak), that explains it a lot better.
+ 2
Glad to hear! 8)