Vidyalelo
Data Structure · all questions

Heaps
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

166

Questions

7/9

Page

Pick an option on a question to see the right answer and solution.

Which operation cannot be directly performed in a d-heap?

Select an option to see the answer and solution.

Which of the following is the application of minimum ternary heap?

Select an option to see the answer and solution.

The amortized time efficiency for performing deletion of a minimum element is?

Select an option to see the answer and solution.

How many comparisons will occur while performing a delete-min operation?

Select an option to see the answer and solution.

Choose the option with function having same complexity for a fibonacci heap.

Select an option to see the answer and solution.

Which type of data structure is a ternary heap?

Select an option to see the answer and solution.

Naive merge cannot be done in a skew merge.

Select an option to see the answer and solution.

Which of the heaps is implemented by the following figure?
Heaps mcq question image

Select an option to see the answer and solution.

What happens if the null path length is not updated?

Select an option to see the answer and solution.

What is the ancestor of the leaf node in a given minimum ternary heap?
Heaps mcq question image

Select an option to see the answer and solution.

Given a heap of n nodes.The maximum number of tree for building the heap is.

Select an option to see the answer and solution.

How many types of the merge are available in skew heaps?

Select an option to see the answer and solution.

The ascending heap property is . . . . . . . .

Select an option to see the answer and solution.

The procedure FindMin() to find the minimum element and the procedure DeleteMin() to delete the minimum element in min heap take . . . . . . . .

Select an option to see the answer and solution.

What is the amortized efficiency of skew merge?

Select an option to see the answer and solution.

Which node contains a pointer to its parent?

Select an option to see the answer and solution.

What is the other name of weak heap?

Select an option to see the answer and solution.

What is the time per operation of merging, insertion and deletion operations in a skew heap?

Select an option to see the answer and solution.

What is the highest element of the given maximum ternary heap?
Heaps mcq question image

Select an option to see the answer and solution.

What is the node path length of a node with 0 or 1 child?

Select an option to see the answer and solution.