To describe the Complexity of Binary search, Quicksort and various other sorting and searching techniques..


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

Post New Answer

More Data Structures Interview Questions

What is the difference between sorting and classifying?

0 Answers  


What are the major data structures used in the hierarchical data model?

0 Answers  


How does a hashtable work?

0 Answers  


Can treemap key null?

0 Answers  


Define balance factor of a node in avl tree?

0 Answers  


Difference between arrays and linked list?

0 Answers  


No. of possible ordered trees with n nodes ? Please give formula (if any).

2 Answers   CodeChef,


Why is hashmap used?

0 Answers  


what is a balanced tree.

0 Answers  


What is B+ tree?

6 Answers   BMC, CMC, Satyam, TCS,


Mention the steps to insert data at the starting of a singly linked list?

0 Answers  


an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).

0 Answers  


Categories