Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 248 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 248 Bytes

SortingALGS

Comparions of quicksort, mergesort, heapsort and insmergesort(insertion sort combined with mergesort). The algorithms are compared based on the comparisons that they make on given arrays of different sizes from 10 to 100000 elements.