This project is a sorting algorithm visualizer that runs in the terminal, specifically in the Windows CMD. To display colors and other visual effects, we use Ansicon.
- Windows CMD
- Ansicon
- Download Ansicon from the official repository.
- Extract the downloaded zip file to a directory of your choice.
- Open CMD and navigate to the directory where you extracted Ansicon.
- Run the following command to install Ansicon:
ansicon.exe -i
-
Open the executable with Ansicon or use it in the terminal and run the application (exe).
-
Select a sorting algorithm to run:
0: Shuffle1: Selection Sort2: Insertion Sort-0: Bogo Sort3: Bubble Sort4: Quick Sort5: Stalin Sort6: Cocktail Shaker Sort7: Merge Sort8: Heap Sortq: Quit
-
Enjoy the visual representation of the sorting process.

