Q32
Which algorithm in C++ STL is used to find the median of a range of elements?
A.
median
B.
find_median
C.
partial_sort
D.
nth_element
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board