Computer Science, asked by Gouritrivedi1668, 1 year ago

Why a linked list is called dynamic Memory data structure?

Answers

Answered by nms
3
as we can allocate memory at run time so it is called dynamic memory data structure.
Answered by anamulhoque141
2

Answer:

A linked list is a dynamic data structure. The number of nodes in a list is not fixed and can grow and shrink on demand. Any application which has to deal with an unknown number of objects will need to use a linked list

Explanation:

Similar questions