Note: This project is written in Java. Note: This project is for educational purposes only. It is not intended to be used for any other purpose.
This is a simple project to compare the speed of different sorting algorithms. The project is written in Java for learning purposes.
🔴 Bubblesort
🔴 Insertionsort
🔴 Selectionsort
🔴 Quicksort
🔴 Mergesort
🔴 Radixsort
- Clone the repository
- Open the project in your favorite IDE
- Run the project
- The program will print the time it took to sort the array using different sorting algorithms.
- You can change the size of the array in the
Main.java
file.