Question: What is the primary data structure used in the implementation of Heap Sort?
Options:
Correct Answer: Array
Solution:
Heap Sort primarily uses an array to represent the binary heap structure.