
Data Structure
Introduction to Linked List – Explanation and Implementation
July 1, 2016
| Linked list is a linear data structure, linear refers to storing the elements sequentially in the form of nodes. Unlike arrays, here each element is linked using pointers
Read More