A linked list is a linear data structure used in computer science and programming. It consists of a sequence of nodes, where each node contains two components that is data and a reference (or link) to the next node in the sequence.
Riya Answered question May 29, 2023
