Skip to content

A java application that visualizes the big o notations of the most used sorting algorithms.

Notifications You must be signed in to change notification settings

ISO53/Sorting-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

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.

Sorting Algortihms

  • Bubble Sort
  • Heap Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Selection Sort

How to Use

  1. Clone this repository to your local machine.
  2. Open a terminal and navigate to the project directory.
  3. On the project directory type:
mvn clean package
  1. After that type:
java -jar target/SortingAlgorithms-1.0-SNAPSHOT.jar
  1. Enjoy!

Application Images

1

2

3

About

A java application that visualizes the big o notations of the most used sorting algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages