Sorting Algorithms sorts.zip
This is a set of classes for various sorting algorithms. Each sorting class defines a traits class that contains information on that particular algorithm, such as its complexity, stability, etc. Included is a test case that executes and times each sort for various patterns of data. It produces a report at the end showing elapsed time, swap count, and move count.
Any comments or questions, please email me.