This is a sorting algorithm visualizer. There is a slider and text-input field that gets a number, n, and a bar graph filled with numbers in a randomly generated array of length n. There are 5 buttons at the top that each correspond to a sorting algorithm. Clicking on one of these will display the bar graph being sorted with the algorithm specified on the clicked button.
- Drag the slider to adjust the array length. If you want to have a more precise array length, use the text-input field.
- Click on the button with the sorting algorithm you want to use.