Heap - Quiz

  • A A tree-based data structure
  • B A list-based data structure
  • C A graph-based data structure
  • D None of the above
  • A Efficient for insert and delete operations
  • B Efficient for finding the minimum or maximum element
  • C Additional space required for storage
  • D Limited number of operations
  • A Complete binary tree
  • B Heap property
  • C Parent nodes are greater than child nodes
  • D All leaf nodes are at the same level
  • A Max-heapify
  • B Min-heapify
  • C Heapify
  • D Build-heap
  • A Binary heap
  • B Fibonacci heap
  • C Binomial heap
  • D Pairing heap
  • A Binary heap
  • B Fibonacci heap
  • C Quad heap
  • D Binomial heap
  • A Priority queues
  • B Sorting algorithms
  • C Dijkstra's algorithm
  • D Depth-first search