how linked list are mre efficient then arrays
Answers
Answered by
1
Answer:
Explanation:
However, unlike arrays which allow random access to the elements contained within them, a link list only allows sequential access to its elements. Linked lists also use more storage space in a computer's memory as each node in the list contains both a data item and a reference to the next node.
PLS MARK AS BRAINLIEST
Similar questions