Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Different sorting algorithm and difference between there performance

Notifications You must be signed in to change notification settings

GravityDarkLab/Different_Sorting_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Speed difference between different Sorting Algorithm 🚀

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.

📚 Description

This is a simple project to compare the speed of different sorting algorithms. The project is written in Java for learning purposes.

List of Sorting Algorithms

🔴 Bubblesort

🔴 Insertionsort

🔴 Selectionsort

🔴 Quicksort

🔴 Mergesort 

🔴 Radixsort

📦 How to use

  1. Clone the repository
  2. Open the project in your favorite IDE
  3. Run the project
  4. The program will print the time it took to sort the array using different sorting algorithms.
  5. You can change the size of the array in the Main.java file.

About

Different sorting algorithm and difference between there performance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages