Define dynamic data structures?



Define dynamic data structures?..

Answer / Anurag Singh Chauhan

Dynamic data structures are those that can change size during runtime. They can grow or shrink as needed, allowing them to handle varying amounts of data without requiring the programmer to manually adjust array sizes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Mention a few applications of linked lists?

1 Answers  


What is the prerequisite for binary searching?

1 Answers   Expedia,


Write the steps involved in the insertion and deletion of an element in the stack.

1 Answers  


What data type is array?

1 Answers  


Run time memory allocation is known as ?

1 Answers  


What do you mean by recursive definition?

1 Answers  


What is sorting and its types?

1 Answers  


What is difference between hashmap and treemap?

1 Answers  


Can arraylist be empty?

1 Answers  


What is shell sort in data structure?

1 Answers  


What is sequential sorting?

1 Answers  


What are the advantages of merge sort?

1 Answers  


Categories