How many sorting techniques are there?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Data Structures Interview Questions

Define terminal nodes in a tree?

0 Answers  


Differentiate between push and pop?

0 Answers  


Is vector a collection?

0 Answers  


What is a matrix? Explain its uses with an example

0 Answers  


Define a relation?

0 Answers  






Is array a linked list?

0 Answers  


What is difference between stack and queue?

0 Answers  


What is a height of a tree?

0 Answers  


What is the use of treemap?

0 Answers  


Which is better arraylist or linkedlist?

0 Answers  


What is the complexity of sorting algorithm?

0 Answers  


I am given a sequential algorithm that does a routine search on an unordered list. N = 20. The probability that the value x does NOT appear in the list is exactly 60%, and the probability that x DOES appear is 40%. The 3 questions that I could not get were: A) What is the avg number of element comparisons performed when n = 20 and x does NOT appear in the List. (my answer was 20, is this correct?) B) What is the avg number of element comparisons peformed when n = 20 and x DOES appear in the list? C) What is the avg number of element comparisons performed when n = 20. This should be a single number answer they said.

3 Answers  


Categories