Y
Hacker News
new
|
ask
|
show
|
jobs
by
archangel_one
5207 days ago
std::sort isn't guaranteed to use any particular algorithm, but IIRC quicksort fits the requirements and hence has been used in the past, even if introsort might be more common now.
1 comments
steve-howard
5207 days ago
I believe said requirements were written to allow qsort.
link