To describe the Complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is the difference between sorting and classifying?
What are the major data structures used in the hierarchical data model?
How does a hashtable work?
Can treemap key null?
Define balance factor of a node in avl tree?
Difference between arrays and linked list?
No. of possible ordered trees with n nodes ? Please give formula (if any).
Why is hashmap used?
what is a balanced tree.
What is B+ tree?
6 Answers BMC, CMC, Satyam, TCS,
Mention the steps to insert data at the starting of a singly linked list?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).