explain briefly about single linked list with diagrams ...notes
Answers
Answered by
0
Explanation:
Singly Linked List: It is the simplest type of linked list in which every node contains some data and a pointer to the next node of the same data type. The node contains a pointer to the next node means that the node stores the address of the next node in the sequence.
Similar questions