Wipro Interview Question

What is linked list

Interview Answer

Anonymous

Jul 22, 2018

A linked list is a linear data structure where each element is a separate object. Each element (we will call it a node) of a list is comprising of two items - the data and a reference to the next node.