Write an algorithm for single linked list
Select an image from your device to upload
A singly linked list's node is divided into two parts. The first part holds or points to information about the node, and second part holds the address of next node. A singly linked list travels one way.