This is a simple web application that visualizes the Quickselect algorithm, which is used to find the k-th smallest element in an unordered list. The application allows users to input a list of numbers and a value for k, and it will display the steps taken by the Quickselect algorithm to find the k-th smallest element.
Credits:
- Gemini