What is the best way in terms of time complexity to find the median of an array using Ipp?
Currently I am learning Ipp, I would love to know if there is any function similar to Cpp’s nth_element or in general I would love to know to fastest way to calculate median of an array using Ipp (or Ipps to be specific).