Computer Science, asked by siddhartha24, 9 months ago

what is linked list in data structure?​

Answers

Answered by amijan696
1

Explanation:

A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. ... In simple words, a linked list consists of nodes where each node contains a data field and a reference(link) to the next node in the list. Topics : Singly Linked List.

Answered by abdiq2020
0

Answer:

Explanation:

A linked list consists of nodes where each node contains a data field and a reference(link) to the next node in the list

Similar questions