Linked List : Connecting the building blocks of Data Structures
What is a linked list?
A linked list is a data structure that can be considered as a list of boxes, where each box contains a value/element and has a reference or link pointing to the next element. These elements are referred to as "nodes".
The firs...
arunika26.hashnode.dev6 min read