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 |
How is hashmap o 1?
What differences exist between hashmap and hashtable?
How would you implement two stacks using a single array?
What is array and string?
Is linked list faster than array?
Can map contain duplicate keys?
How do you reference all the elements in a one-dimension array?
Which sort is best for linked list?
Can we add duplicate keys in a hashmap? What will happen if we attempt to add duplicate values?
What is the difference between b tree and binary search tree?
Q # 1 : in which graph algorithm do we start finding vertices that should be first in the topological order and then apploy the fact that every vertex must come before its successors in the topolgical order.
Can we add heterogeneous elements into treemap?