Mention one advantage and disadvantage of using quadratic probing?
No Answer is Posted For this Question
Be the First to Post Answer
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
How to excel in data structures and algorithms?
How do I sort hashset?
What is complexity of bubble sort?
State the properties of b tree.
Explain pre-order and in-order tree traversal.
What are doubly linked lists?
Does treeset allow duplicates?
What is a spanning tree in data structure?
Convert following infix expression to the prefix expression. a - b + c * (d / e - (f + g))
33 Answers Amazon, Microsoft, Star Technologies, Sun Microsystems, Wipro,
Differentiate between arraylist and vector.
Can you sort a hashset?