time complexity of sorting algorithm

I am a novice C++ programmer. Can any body tell me which one is more efficient-
Merge sort or quick sort?
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.