Computer Science, asked by kashishrathod407, 3 months ago

write a suitable example show the representationof linked list in memory ​

Answers

Answered by bponna2006
2

Explanation:

Representation of linked list in memory

(1) Linked lists can be represented in memory by using two arrays respectively known as INFO and LINK, such that INFO[K] and LINK[K] contains information of element and next node address respectively. ... It indicates that the node of a list need not occupy adjacent elements in the array INFO and LINK.

Answered by sejal031
3

Explanation:

Linked lists can be represented in memory by using two arrays respectively known as INFO and LINK, such that INFO[K] and LINK[K] contains information of element and next node address respectively. ... It indicates that the node of a list need not occupy adjacent elements in the array INFO and LINK.

Similar questions