A Java project implementing five classic sorting algorithms with built-in operation counters to benchmark and compare the number of comparisons each algorithm performs on the same input. QuickSort ...