/Efficiency_of_SortingAlgorithms

Which sorting algorithm grows faster with the time complex data size or the space complex grows faster. In this project, we compared the time and space complexities of counting_sort, heap_sort, quick_sort, insertion_sort and merge_sort algorithms.

Primary LanguagePython

No issues in this repository yet.