What are dynamic data structures?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Data structures like linked lists and trees that grow or shrink during runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
What data structure underlies a python list?
Is treemap thread safe?
Can arraylist store int?
What is the difference between length () and size () of arraylist?
Find duplicates in infinite range. Which data structure to be used to give efficient solution?
What is a string array?
Does treemap allow duplicate keys?
Explain the expression trees?
What are the types of map?
Are hash tables ordered?
What are the applications of stack?
Define a binary tree?