quick-select, quick select, Find kth Max, Find kth Min, kth smallest, kth largest Implementing Quick Select Algorithm - Finding kth largest/smallest element Today I am going to write about a special type of algorithm for finding a kth largest or smallest element in the array. This is my favorite data structure question due to intricacy