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 is the difference between array and list?
State the difference between stacks and linked lists?
Can you store different types in an array?
Define non-linear data structures?
What are AVL trees?
What are the drawbacks of array implementation of queue?
Is hashmap ordered?
Differentiate between iterable and iterator.
What do you mean by back edge?
Can I provide array size dynamically?
What are the types of collision resolution strategies in open addressing?
Which collection is fail safe?