Question: Which algorithm is commonly used to convert an array into a heap?
Options:
Correct Answer: Heapify
Solution:
The \'Heapify\' algorithm is used to convert an array into a heap structure, ensuring the heap property is maintained.