These are programs to compare the speed of basic sorting algorithms an a linked list data type. For an array of 15000 elements, this is how the algorithms fare:
image

The linked list is easily visualized with this diagram:
image

Github Repo:

SortingAlgorithmCompare