WBJECA 2025 — Computer PYQ
WBJECA | Computer | 2025Consider the following operations on a singly linked list initially containing the elements: .
(i) Insert 15 after 10.
(ii) Delete the node containing 30.
(iii) Insert 25 at the end of the list.
(iv) Delete the first node.
What will be the final sequence of elements in the linked list?

