
27 Mar
2007
27 Mar
'07
3:25 p.m.
Yes. The files are all in /Sorting. I have redone the program on gcc so that there are no operating system dependencies, and also I have fixed all of the errors, and it is uploaded to vault. If you are running a low-memory machine, then you should consider modifying the maxn variable so that it is lower.
I couldn't compile it becase of the following errors: -mkquicksort.hpp includes winsock2.h -detail/insertion.hpp contains two illegal uses of typename keyword on lines 133 and 165 -rquicksort.hpp uses non-standard function _ui64toa I fixed the first 2, but you will need to re-write your create_id_string function to use boost::lexical_cast or a std::ostringstream or something portable. -Lewis