Computer Science, asked by Gautamrocks5969, 1 year ago

Write the concepts of linked list?

Answers

Answered by sanjana1755
0
Linked list. In Computer science a linked list is a linear collection of data element ,whose order is not given by their physical placement in memory
Answered by Anonymous
0
Singly linked lists contain nodes which have a data field as well as 'next' field, which points to the next node in line of nodes. Doubly linked list. Multiply linked list. Circular linked list.

HOPE HELPS ✌️✌️
Similar questions