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).
I went through Ipp’s documentation, I wasn’t able to find anything related to nth_element or quickselect. I would love to know if such a thing exists in Ipp or, is there any alternative or shortcut to achieve similar result and time complexity.