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 doubly linked list?
How can one find a cycle in the linked list? IF found how to recognize the cycle and delete that cycle?
Differentiate between hashset and hashmap.
Which sorting does collections sort use?
What is mean by selection sort?
What is sorting rule in shapes?
How many types of linked list are there?
ple.. briefly describe the purpose of having a base case and a recursive case in a recursive algorithm
How do you find the complexity of a bubble sort?
Is int a data structure?
Why enum can not be used directly with printf function?
Which list does not allow duplicates?