Data Structure Heap Question #5763
Single Choice Easy

QWhat is a heap in data structure?

ID: #5763 Heap 193 views
Question Info
#5763Q ID
EasyDifficulty
HeapTopic

Choose the Best Option

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

  • A A tree-based data structure
  • B A list-based data structure
  • C A graph-based data structure
  • D None of the above
Correct Answer

Explanation

Answer: a) A tree-based data structure

Explanation: A heap is a tree-based data structure that satisfies the heap property, which is either the min-heap property or the max-heap property.

No Previous Next Question

Share This Question

Challenge a friend or share with your study group.