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 |
wt is a datastructure
What is sort order?
What is the non linear data structure?
Explain the common uses of threaded binary tree.
What is a sorting algorithm in data structure?
Write an algorithm through which the inserting and deleting of elements can take place in circular queue?
how to insert a new node in linked list where free node will be available?
Define ancestor and descendant ?
What is queue in data structure?
example of linear and non-linear data structures?
Why is hashset not ordered?
What is the advantage of the heap over a stack?