DSAverse
Sorting Algorithms
Loading Sorting Algorithms...
Sorting Visualization
n = 8 elementscomparing...
Initializing Sorting Algorithms...
Sorting
Trees
Graphs
Preparing interactive visualizations...
Sorting Algorithms
Loading Sorting Algorithms...
Sorting Visualization
Watch how Heap Sort builds a binary max heap and repeatedly extracts the maximum element to create a sorted array.
Click Play to begin the Heap Sort visualization
O(n log n)O(n log n)O(n log n)O(1)Question 1 of 3
What data structure does Heap Sort use internally?