I need to return the k-th smallest value of an array. I\'m trying to use the quickselect algorithm to run the function. I know there\'s a lot of links on quickselect but the