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

Challenge: sorting

Closed this issue · 0 comments

Write a Python function named sort_numbers that takes a list of numbers and returns a new list with the numbers sorted in ascending order. Use the Heap Sort algorithm to do this.