Why a linked list is called dynamic Memory data structure?
Answers
Answered by
3
as we can allocate memory at run time so it is called dynamic memory data structure.
Answered by
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
Math,
9 months ago
English,
9 months ago
Hindi,
1 year ago
Social Sciences,
1 year ago
Math,
1 year ago