Linked List
1. As we have the memory address of Nodes can we traverse backwards in a linked list ?
2. What are the advantages of a linked list?
3. What is the time complexity for insertion of an element into linked list?
4. The following is a pseudo code for deleting an element from a linked list.
Which of the following is the most appropriate substitution for line 13?
Which of the following is the most appropriate substitution for line 13?