This project will demonstrate the inner mechanisms of various sorting algorithms.
Highlighted features:
Visualization with color-coded steps:
- Blue: Default state
- Yellow: Elements being compared
- Red: Elements incorrectly positioned, marked for movement
- Green: Elements in the correct position
Adjustable visualization controls:
- Speed settings (5 different levels)
- Data size adjustments
- Option to generate new random data
- Display of time and space complexities for the algorithm being showcased.
*For optimal visualization, please use this on a larger screen.