Computer Science, asked by nelson00, 8 months ago

elements can be retrived by ...... data structure.

Answers

Answered by hrishikeshpatil8598
0

Answer:

array, link list

Explanation:

However if you want to retrieve nth element array has O(1) time complexity whereas link list has O(n) time complexity.

Similar questions