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 |
Can we insert null in list?
What is the complexity of adding an element to the heap?
Differentiate null and void?
What are the two types of data?
If you are using c language to implement the heterogeneous linked list, what pointer type should be used?
What is an ordered list?
What is the difference between ienumerable and list?
Can a hashmap have duplicate keys?
Can you please explain the difference between array_name and &array_name?
What is the time complexity of selection sort?
How to create an Array?
What do you mean by data and data structure?