Cognizant Interview Question

Explain the functionality of linked list?

Interview Answer

Anonymous

May 16, 2019

Linked list is a linear collection of data element,whose order is not given by their physical placement in memory.Instead,each element points to the next.It is a dada structure consisting of a collection of nodes which together represent a sequence.