What is dynamic data structure?



What is dynamic data structure?..

Answer / hrpynux@gmail.com

A dynamic data structure (DDS) refers to an organization or collection of data in memory that has the flexibility to grow or shrink in size, enabling a programmer to control exactly how much memory is utilized.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Define ancestor and descendant ?

0 Answers  


How can avl tree be useful in all the operations as compared to binary search tree?

0 Answers  


What is the purpose of tochararray ()?

0 Answers  


Which is faster hashmap or treemap?

0 Answers  


Write a program for Sorting an Array. Which sorting will you prefer?

0 Answers  


Explain linear linked implementation of Stack and Queue?

0 Answers  


How to find if linked list has loop?

0 Answers  


What are linked lists used for?

0 Answers  


What is the complexity of arrays sort?

0 Answers  


Is binary tree a binary search tree?

0 Answers  


What is data type in data structure?

0 Answers  


Why quicksort is better than merge sort?

0 Answers  


Categories