consider a linked list of the form
Where F is pointer to the first element in the list and L is a pointer to the last element in the list.
The time of which of the following operations depends on the length of the list?
A) Delete the last element of the list
B) Delete the first element of the list
C) Add an element after the last element of the list
D) Add an element before first element