Topic: Array Problem / Level: intermediate

Problem: Find the kth smallest element in an unsorted array using the quickselect algorithm.

Run the code to see the output here...