Does the minimal spanning tree of a graph give the shortest distance between any 2 specified nodes?
Mention one advantage and disadvantage of using quadratic probing?
Define adjacent nodes?
How do you assign an address to an element of a pointer array ?
Define heap?
Explain what are the types of collision resolution techniques and the methods used in each of the type?
What do you mean by primary clustering?
Why it is said that searching a node in a binary search tree is efficient than that of a simple binary tree?
What is the relationship between a queue and its underlying array?
What are the types of collision resolution strategies in open addressing?
What do you mean by linear probing?
In an avl tree, at explain what condition the balancing is to be done?
What do you mean by rehashing?
What method is used to place a value onto the top of a stack?
What is the need for path compression?