A java application that visualizes the big o notations of the most used sorting algorithms. The interface is made using Java Swing. All sorting algorithms were written from scratch.
- Bubble Sort
- Heap Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Selection Sort
- Clone this repository to your local machine.
- Open a terminal and navigate to the project directory.
- On the project directory type:
mvn clean package
- After that type:
java -jar target/SortingAlgorithms-1.0-SNAPSHOT.jar
- Enjoy!