ravikartar / hacktober2022

10 stars 70 forks source link

Can I add C files for different sorting Algorithms? #75

Open subrato3 opened 1 year ago

subrato3 commented 1 year ago

I have written programs in C for sorting algorithms such as Selection, Insertion, Merge and Quick Sort. It creates 5 files with random 1 lakh numbers in it and then sorts it on the basis of the algorithm. Lastly, the program also does a time comparison for the algorithms- Selection vs Insertion sort and Merge vs Quick sort