Hi,
I have a question regarding SGI STL sort implementation:
In case of equal elements, will they be output in the same order each
time I sort?
(I understand that it is not a stable sort, and by "same order" I mean
"same order
*each time I sort*"). Or is there a random number used in the splitter
for qsort?
Thanks
I have a question regarding SGI STL sort implementation:
In case of equal elements, will they be output in the same order each
time I sort?
(I understand that it is not a stable sort, and by "same order" I mean
"same order
*each time I sort*"). Or is there a random number used in the splitter
for qsort?
Thanks
Comment