What are dynamic data structures?

Answers were Sorted based on User's Feedback



What are dynamic data structures?..

Answer / nashiinformaticssolutions

Data structures like linked lists and trees that grow or shrink during runtime.

Is This Answer Correct ?    0 Yes 0 No

What are dynamic data structures?..

Answer / glibwaresoftsolutions

The ability to grow and shrink while a program executes is a property of dynamic data structures. Because it adapts to the scale of the data to be edited, it offers a particularly versatile technique of data manipulation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is push and pop in stack?

0 Answers  


How do you find the time complexity of a bubble sort?

0 Answers  


Explain binary search tree?

0 Answers  


What is a B tree?

0 Answers   Akamai Technologies,


What is bubble sort technique?

0 Answers  


What is entryset method in map?

0 Answers  


What happens if we try to insert duplicate key in hashmap?

0 Answers  


Is array a data structure?

0 Answers  


What are different sorting algorithms?

0 Answers  


What is a bubble sort and how do you perform it?

0 Answers  


Explain pre-order and in-order tree traversal.

0 Answers  


Are the expressions arr and &arr same for an array of integers?

0 Answers  


Categories