Skip to content

Merge Sort algorithm in C. Takes a list a list of random numbers

Notifications You must be signed in to change notification settings

sarahwallingbell/Merge_Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Merge_Sort

Implimentation of the Merge Sort algorithm in C.

Mergesort.c creates an unsorted array of random numbers (ranging between 0 and size-1 of array) and perfoms mergesort to sort the array. If the array is of size <= 100, it prints the array before and after sorting. Regardless of array size, it prints the time taken to sort the array in ms.

About

Merge Sort algorithm in C. Takes a list a list of random numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages