Directory
References
Discover
linear array
computing
Learn about this topic in these articles:
data structures
- In computer science: Algorithms and complexity
…simplest data structure is a linear array, in which adjacent elements are numbered with consecutive integer “indexes” and an element’s value is accessed by its unique index. An array can be used, for example, to store a list of names, and efficient methods are needed to efficiently search for and…
Read More