which data structure is usually preferred when there is a need to frequently access particular data from a group of data without any other restrictions?
Answers
Answered by
0
The data structure which is usually preferred when there is a need to frequently access particular data without any restrictions is array.
Explanation:
- Array is a data structure which stores the elements in a continuous memory locations.
- One can search and access any element in an array of its position is known without disturbing other data elements.
- While in the case of other data structures, linked lists and stacks, the data variables are dependent and access of data causes restrictions.
To know more:
1) Explain the method to execute an array linked list
https://brainly.in/question/6666750.
2) What is
linked list
https://brainly.in/question/16112226
Similar questions