What is the difference between array list and vector list?
Answer / Kamlesh
"Array lists (ArrayList in Java) and vector lists (Vector in Java) are both resizable-array data structures. However, Vector is synchronized by default, making it more suitable for multi-threaded environments at the cost of slower performance."
| Is This Answer Correct ? | 0 Yes | 0 No |
Write an algorithm to show various operations on ordered list and arrays
Why do we need a data structure?
Define static data structures?
Where is data structure used?
List the abstract operations in the set?
What are b tree keys?
When will you sort an array of pointers to list elements, rather than sorting the elements themselves?
What is difference between an Array and ArrayList?
Of the following tree structure, which is, efficient considering space and time complexities? (a) Incomplete Binary Tree (b) Complete Binary Tree (c) Full Binary Tree (b) Complete Binary Tree.
What is adt example?
why do tree always takes o(log n) time?
Write an algorithm that counts number of nodes in the circular linked list