McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Computer Science Engineering (CSE)
→
Data Structures (DS)
→
Non Linear Data Structures - Trees
→
Heap can be used as
Q.
Heap can be used as
A.
Priority queue
B.
Stack
C.
A decreasing order array
D.
Normal Array
Answer» A. Priority queue
525
0
Do you find this helpful?
12
View all MCQs in
Data Structures (DS)
Discussion
No comments yet
Login to comment
Related MCQs
If we implement heap as min-heap, deleting root node (value 1)from the heap. What would be the value of root node after second iteration if leaf node (value 100) is chosen to replace the root at start.
An array consists of n elements. We want to create a heap using the elements. The time complexity of building a heap will be in order of
In a max-heap, element with the greatest key is always in the which node?
The worst case complexity of deleting any arbitrary node value element from heap is
What is the worst-case time for heap sort to sort an array of n elements?
For the heap sort, access to nodes involves simple _______________ operations.
The concatenation of two list can performed in O(1) time. Which of the following variation of linked list can be used?
A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end (rear) is known as a ?
A circular linked list can be used for
If binary trees are represented in arrays, what formula can be used to locate a left child, if the node has an index i?