Polynomial Arithmetic
1. In a linked list node, there are two fields. One of them is for holding the data but what is the other field?
2. What makes a Circular Linked List different from a normal Linked List?
3. Random access of elements is one of the applications of linked lists.
4. Given a singly linked list of size ‘n’, what is the maximum number of comparisons required to search for a desired element?
5. Which of the following sorting algorithms will take minimum time complexity to sort a linked list?