What is dynamic array with example?
Answer / Vikash Kumar Sinha
A dynamic array is a resizable array that can change its size as elements are added or removed. Unlike fixed-size arrays, the size of a dynamic array can be increased or decreased dynamically. For example, in Java, an ArrayList is a dynamic array.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is binary tree used for?
What is the minimum number of nodes that a binary tree can have?
Explain the expression trees?
What is difference between stack and queue?
What are the advantages of selecetion sort?
What is a hashers run?
What do u mean by array?
How does max heap work?
What do you mean by sorting?
List the basic operations carried out in a linked list?
Which is the parent class of linkedhashset class?
Is stack a dynamic data structure?