What are dynamic data structures?
3 years ago
Data Structure and Algorithm
Dynamic data structures are structures that expand and contract as a program runs. It provides a flexible means of manipulating data because it can adjust according to the size of the data.

Sujan Bk
Jan 9, 2022