This project is a sorting visualizer that visualizes the sorting algorithms in step by step manner. User can control each step of the sorting algorithm and can visualize the sorting process in a better way. This project is made using Java Swing and AWT libraries.
⭐ If you find this project useful, please consider giving us a star on GitHub! Your support helps us continue to innovate and deliver exciting features.
- Visualize the sorting algorithms in step by step manner.
- User can control each step of the sorting algorithm.
- User can choose the sorting algorithm to visualize:
Bubble Sort
,Selection Sort
,Insertion Sort
,Merge Sort
.
- Clone the repository
git clone https://github.com/lochuung/Sorting-Visualizer.git
- Open the project in any Java IDE (Eclipse, IntelliJ IDEA, NetBeans, etc.)
- Run the project