Possible Duplicate:
Which sorting algorithm is used by STL’s list::sort()?
Which sorting algorithm can be used for sorting std::list ?
Which sorting algorithm can be used for sorting std::list ? |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
It's implementation defined. However, it must follow these restrictions (§23.2.2.4):
So it's a stable sort with |
|||||||||||||||||
|