InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sorting algorithm is used by C++ internally?(a) quicksort(b) introsort(c) merge sort(d) heap sortThe question was asked during a job interview.I'm obligated to ask this question of Sorting topic in section Sorting of Data Structures & Algorithms II |
|
Answer» Right option is (B) INTROSORT |
|