Hactoberfest-2021
Hactoberfest-2021 copied to clipboard
more robust and easier to understand.
Boundary Check: Added a boundary check for k in the main function to ensure it is within valid range.
Return Value for Out of Bounds: Added a return value of INT_MAX if k is out of bounds in the find_kth_smallest function.
Vector Usage: Used vector