Overview#
Linked List is a linear
Data Structure, in which the
data elements are not stored at contiguous memory locations.
Linked List consists of data elements where each data elements contains a data field and a reference(link) to the next node in the Linked List.
There might be more information for this subject on one of the following: