Page 1 of 1

You are given pointers to first and last nodes of a singly linked list, which of the following operations are dependent

Posted: Wed Jul 13, 2022 7:41 pm
by answerhappygod
a) Delete the first element
b) Insert a new element as a first element
c) Delete the last element of the list
d) Add a new element at the end of the list