MIT-Emerging-Talent/2024-group-07-collaboration-practice

Challenge: heap sorting

Closed this issue · 0 comments

Create a Python function named heap_sort that takes a list of integers as input and returns a new list containing the numbers sorted in ascending order using the Heap Sort algorithm.