linked lists are not suitable to for the implementation of?
Answers
Answered by
0
Answer:
In the linked list, we need to traverse through each element until we reach the nth position. Time taken to access an element represented in arrays is less than the singly, doubly and circular linked lists.
Explanation:
It cannot be implemented using linked lists
Similar questions