A 315 student sent me a report on his experiments with Quick Sort:

"Here are the preliminary results (program written in C++ (With templates(TM)), using Microsofts VC 5.0):"

This experiment have brought some questions: what implementation was used? what do the different constants (interpolating T(n)=cnlogn) for each set of data tell us? how relevant is the factor 2 with which we came up in the analysis of expected complexity?

At the moment, we are just asking... The answers will be due soon.