Array Sorting Test

The Array Sorting Test demonstration project was developed for a colleague who did not want to see how bad Bubble Sort performs. Running the application will use three different Arrays with a size of 500, 5.000 and 50.000 records and sort them.

The sorting algorithms are:

All three will produce a sorted array - but please be patient when waiting for Bubble Sort reaching its target.

Note: The Quick Sort algorithm was taken from a forgotten source of the Internet and it was not reworked nor optimized. It might perform better when implementing a better and optimized code.

Credits: -

Download Demo Project:
Download
ArraySorting_TestAlgorithm.zip