Data Structure Heap Question #5768
MCQ Single Best Answer Easy

QWhich of the following is not a use case for a heap?

ID: #5768 Heap 153 views
Question Info
#5768Q ID
EasyDifficulty
HeapTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Priority queues
  • B Sorting algorithms
  • C Dijkstra's algorithm
  • D Depth-first search
Correct Answer: Option D

Explanation

Answer: d) Depth-first search

Explanation: A heap is not commonly used in depth-first search algorithms.

Share This Question

Challenge a friend or share with your study group.