Is array a dynamic data structure?
Answer / arun
No. Array is a static data structure . Because once array is created the size is fixed, we cannot change the size.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantage of collection classes over arrays?
What is weight balanced tree in data structure?
Differentiate between the singly linked list and doubly linked list.
Does arraylist have a tostring?
What is max heapify?
Why do we use dynamic arrays?
Is arraylist a collection?
What are the types of algorithms?
What are linked lists used for?
How does hashset maintain order?
Why is sorting and classifying important?
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.