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

Assignments

1. In a doubly linked list, insert a new node at a random position input by the
user.
2. In a doubly linked list, delete a node at a random position input by the user.
3. Create a singly linked list with user input values. Reverse this linked list and
print the result.

You might also like