write the fields in a node of singly linked list
Answers
Answered by
0
Singly linked list in Data Structures
Singly linked list. 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. Operations that can be performed on singly linked lists include insertion, deletion and traversal.
Answered by
0
Answer:
Hi ! et me help u with the answer.
Explanation:
A singly link list's node is divided into two field. The first field holds information about the node, and second field holds the reference of next node. When we link all node is some order then it becomes Singly Link list.
I hope this answer helps you !!!
Similar questions