Sorting_Algorithm_Comparison
The repository contains comparison between Insertion sort, Selection sort, Bubble sort, and Quick sort for input data size n = 10000, 20000, 50000, 100000. The input are all non-negative integers. Four separate code files contains four different algorithm implementation.