Which is best array or linked list?
Compare Queue and Topic ?
Does concurrenthashmap allow null?
How would you check if a binary tree is BST or not ? Write a program.
What is the average number of comparisons needed in a sequential search to determine the position of an element in an array of 100 elements, if the elements are ordered from largest to smallest?
19 Answers ABB, SDE,
What is a vector element?
Define right-in threaded tree?
Define primary clustering?
Is array a data structure?
What is raid (redundant array of inexpensive disks)? Explain its level?
In tree construction which is the suitable efficient data structure? (a) Array (b) Linked list (c) Stack (d) Queue (e) none
If you are given a choice to use either arraylist and linkedlist, which one would you use and why?
Can we put null value in hashmap?