What is linked list
Anonymous
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.
Check out your Company Bowl for anonymous work chats.