Computer Science, asked by jrborja18cbsua, 6 months ago

Give at least 2 advantages of dynamic data struct over static data struct then explain why.?

Answers

Answered by DevanshuKale
2

Answer:

Dynamic data structures are designed to facilitate change of data structures in the run time. Static Data structure has fixed memory size whereas in Dynamic Data Structure, the size can be randomly updated during run time which may be considered efficient with respect to memory complexity of the code.

Answered by patel4536
0

Answer:

Dynamic data structures are designed to facilitate change of data structuresin the run time. Static Data structurehas fixed memory size whereas inDynamic Data Structure, the size can be randomly updated during run time which may be considered efficient with respect to memory complexity of the code.

Similar questions