Computer Science, asked by mannanp5768, 7 months ago

In what way we implement array and linked list?

Answers

Answered by Anonymous
1

Answer:

pls mark as brainliest

Explanation:

With an array, you have to shuffle all subsequent elements down. As such, linked lists are often used where insertion/ deletion of elements is the most common activity. ... That is, you could create an array of pointers to each node in your linked list. that way, you can have indexed access to your linked-list.

Answered by Anonymous
2

Answer:

With an array, you have to shuffle all subsequent elements down. As such, linked lists are often used where insertion/ deletion of elements is the most common activity. ... That is, you could create an array of pointers to each node in your linked list. that way, you can have indexed access to your linked-list.

Similar questions