What is a linked list?
4 years ago
Data Structure and Algorithm
A linked list is a sequence of nodes in which each node is connected to the node following it. This forms a chain-like link for data storage.
Sujan Bk
Jan 9, 2022