Every thing you need to know about Linked List
Aug 15, 2023 · 25 min read · 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 linked using pointers as shown in the below image: In simple we can say that a linked list forms a serie...
Join discussion