483 views
0 votes
0 votes
how to Implement arrays using linked lists (and vice versa)?

Like if we implement a linked list using an array….then we can maintain two arrays.

In one array we will maintain the data and in another array, we will store the address of the node..and we will maintain it accordingly, whether this is correct?

Also how to implement an array using a linked list..is this even possible?

Please log in or register to answer this question.

Related questions

2 votes
2 votes
0 answers
2