Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Assignments

1. In a singly linked list, insert a new node at a random position input by the
user.
2. In a singly linked list, delete the node at the beginning of the list.
3. In a singly linked list, delete the node at the end of the list.
4. In a singly linked list, delete a node at a random position input by the user.

You might also like