DataStructures / Data structures Interview questions
What is dynamic data structure?
Dynamic data structure expands and shrinks in size as program runs. It provides a flexible means of manipulating data as it can adjust capacity according to the size of the data.
More Related questions...