Heap - Quiz

  • AA tree-based data structure
  • BA list-based data structure
  • CA graph-based data structure
  • DNone of the above
  • ABinary heap
  • BFibonacci heap
  • CQuad heap
  • DBinomial heap
  • AComplete binary tree
  • BHeap property
  • CParent nodes are greater than child nodes
  • DAll leaf nodes are at the same level
  • A Priority queues
  • BSorting algorithms
  • CDijkstra's algorithm
  • DDepth-first search
  • AMax-heapify
  • BMin-heapify
  • CHeapify
  • DBuild-heap
  • AEfficient for insert and delete operations
  • BEfficient for finding the minimum or maximum element
  • CAdditional space required for storage
  • DLimited number of operations