Computer science: an idea about sorting
Self-tutoring about computer science: the tutor mentions a thought about using sorting algorithms. Among comparison sorts, merge sort and quicksort are both, for average case, order nlogn, which seems about the best you can get with comparison sorts. With actual …