Vidyalelo
Data Structure · Q168

Sorting Algorithms

Programming · Data Structure · question 168

Q168

Which of the following sorting algorithm is used by C++ internally?

A.
quicksort
B.
merge sort
C.
introsort
Answer
D.
heap sort

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board