/Timsort_with_comparisons

Simple Timsort and Mergesort Algorithm Implement in C Codes; Comparsion between different sorting algorithms; run .cpp to see; codes in .h file

Primary LanguageC++MIT LicenseMIT

Timsort with comparisons(EC504)

Simple Timsort and Mergesort Algorithm Implement in C Codes; Comparsion between different sorting algorithms; run .cpp to see; codes in .h file

Includes:

** Timsort()

** MergeSort()

** MergeSortBlend()

** InsertionSort()