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.
quicksort insertion-sort sort-algorithms heap-sort counting-sort space-complexities efficient-algorithms worst-cases
-
Updated
Sep 23, 2019 - Python