Challenge: sorting
Closed this issue · 0 comments
negin-ahmadi commented
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.