Is arraylist fail fast?
Write a Program for Reverse a linked list.
Tell me about the different sorting techniques.
To describe the Complexity of Binary search, Quicksort and various other sorting and searching techniques..
0 Answers HPCL, Hughes Systique Corporation,
What is raid (redundant array of inexpensive disks)?
Let the G be a graph with 100 vertices numbered 1 to 100 Two vertices i and j are adjecnt if | i-j| =8 or | i-j| =12. The Number of connected components in G is ?
Explain stacks and queues in detail.
What is heap and its types?
Write the importance of hashing?
Which is faster hashset or treeset?
State the difference between queues and linked lists?
How would you check if a binary tree is BST or not ? Write a program.
Define linear probing?