Question 1:
Illustrate out the term linked list.
Question 2:
Illustrate out the three (3) different types of linked list with the aid of diagrams.
Question 3:
Provide two (2) advantages and two disadvantages of pointer based execution of a list over array based implementation?
Question 4:
Illustrate out how the following operations are performed in single linked list. You must explain the algorithms using diagrams.
i) Insert the new node at the front of the list.
ii) Delete a node located between two nodes of the list.