What are the advantages of array?
Answer / Prandeep Kaur
The advantages of arrays include: fast access time, easy to implement and use, and they allow for random access.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the differences between b tree and b+ tree?
Define collision in hashing?
Sorting is not possible by using which of the following methods? (a) Insertion (b) Selection (c) Exchange (d) Deletion
What are the types of Collision Resolution Techniques and the methods used in each of the type?
what is the biggest advantage of linked lists?
Tell me can the size of operator be used to tell the size of an array passed to a function?
Write the recursive c function to count the number of nodes present in a binary tree.
What is meant by strongly connected in a graph?
What is the data structures used to perform recursion?
What is the difference between a stack and an array?
What is collections singletonlist?
Tell me why might quick sort might be better than merge sort?