DSA Explained 1: Linked List
What is a Linked List?
A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. The elements in a linked list are called nodes. Each node contains a data field and a reference(link) to the next n...
blog.princegbalam.me1 min read