I need to sort an int array in an efficient way. Has anyone here seen the quick-sort algorithm on wikipedia implemented in c++. I'm trying to get speed up in parallel computing and I want to test different sorting algorithms. If someone has it for me to test it I'd be thrilled!