time complexity of sorting algorithm

Aug 29, 2012 at 4:30am
I am a novice C++ programmer. Can any body tell me which one is more efficient-
Merge sort or quick sort?
Aug 29, 2012 at 5:06am
it's depend on what kind of data you wanted to sort....
In generally quick sort is more efficient than merge sort..
Topic archived. No new replies allowed.