/linear-time-sorting

Implement two sorting algorithms and compare them.

Primary LanguagePython

SortingTests

Algorithms Homework 4a: Implement two sorting algorithms and compare them. Chosen algorithms:

  • Heap Sort
  • Radix Sort