Episode 4 - Quickselect
Programming - A podcast by Programming - Tuesdays
![](https://is1-ssl.mzstatic.com/image/thumb/Podcasts115/v4/e9/e7/8b/e9e78bdb-2573-b200-a36e-dff961bca55d/mza_12050385658737065530.jpg/300x300bb-75.jpg)
Categories:
Today we're going to talk about quickselect. This algorithm helps us quickly find the n-th smallest element in unsorted arrays. It'll not only help you improve the performance of your applications, but it's also a very common white-board interview problem.