Linked list
Linked list:
It is basically a chain of nodes.
These nodes are randomly stored in memory.
Each node contains two fields, i.e., the data stored at that particular address and the pointer, which contains the address of the next node in the memory.
...
jalaj.dev4 min read