Write the concepts of linked list?
Answers
Answered by
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
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 ✌️✌️
HOPE HELPS ✌️✌️
Similar questions