Linked List
Define Linked List
Linked List is a dynamic Data Structure. It is a sequence of data structures, which are connected together via Nodes. A node is basically a collection of two sub-elements . A data part that stores the element and a next part that s...
anmolsinha.hashnode.dev3 min read
Ankit Mishra
A developer and an open source enthusiast
Great blog Anmol keep writing