Linked list
singly linked list
A linked list is a data structure it stores every data you want either string or number. it is a list of order data just like an array but there is a big distinction in an array.
In an array, each item is --- it is indexed with a n...
tundeloper.hashnode.dev4 min read