Introduction to Singly Linked List
Introduction
A linked list is a collection of nodes and is a linear data structure. The elements are not stored in contiguous memory locations. Each node has a single descendant. There is no memory wastage as we can create and delete nodes at the run...
chehakbatra.hashnode.dev3 min read