What is singly linked list? Write an algorithm to add a node at the beginning and end of Singly linked list.
Marks: 5
Year: 2019 Final TU FOHSS
Singly Linked List Definition A singly linked list is a linear data structure consisting of a sequence of nodes, where each node contains: - Data: the value stored in the node - Link (Next pointer):