sorting_visualizer/ ├── main.py # Entry point with CLI ├── config.py # Configuration settings ├── data/ │ ├── __init__.py │ └── data_generator.py # Data generation utilities ├── visualizer/ │ ├── ...
A visual and interactive tool that demonstrates how different sorting algorithms work step-by-step. This project helps users understand sorting techniques by displaying the sorting process in real ...