Vidyalelo
C++ Programming · Q32

Standard Template Library (STL) in C++

Programming · C++ Programming · question 32

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
Answer

Answer: Option D

Solution

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