This C++ console application allows you to visualize common sorting algorithms: Bubble Sort, Selection Sort, and Insertion Sort.
- Clone this repository to your local machine.
- Compile the project using your C++ compiler.
- Run the executable file.
- Follow the on-screen instructions to choose an algorithm and specify the array size.
- Visualize sorting algorithms step by step.
- Interactive console interface.
- Ideal for learning and teaching sorting algorithms.