Pregunta de entrevista de Yandex

Find kth min element in unsorted integer array.

Respuestas de entrevistas

Anónimo

14 mar 2016

Simple QuickSelect algorithm O(n) average complexity.

Anónimo

15 ago 2016

The best way to do it to implement on of the algorithms which complexity time is O(nlogn) then use binary search to get kth integer