write a suitable example show the representationof linked list in memory
Answers
Answered by
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
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
Accountancy,
2 months ago
Math,
2 months ago
Accountancy,
4 months ago
Computer Science,
4 months ago
English,
10 months ago