Question: How can you convert an array into a binary heap?
Options:
Correct Answer: Use the heapify process
Solution:
You can convert an array into a binary heap using the heapify process, which rearranges the elements to satisfy the heap property.