1 posts in total

Data Structures

Posts tagged

Understanding Linked Lists

by Syed Aslam · 5 min read

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