Topic: Mathematics Problem / Level: advanced

Problem: Implement a function to find the k-th smallest element in an unsorted array using Quickselect.

Run the code to see the output here...