An open API service indexing awesome lists of open source software.

https://github.com/caydey/sortingalgorithmsvisualised

A visual representation of various sorting algorithms with Java
https://github.com/caydey/sortingalgorithmsvisualised

java sorting-algorithms

Last synced: about 1 year ago
JSON representation

A visual representation of various sorting algorithms with Java

Awesome Lists containing this project

README

          

# Sorting Algorithms Visualised

## A visual representation of various sorting algorithms with Java using the Swing framework

![SortingAlgorithmsVisualised](https://user-images.githubusercontent.com/63204672/102017025-2a3f2900-3d5c-11eb-807d-fa27f7845475.png)

## Table of contents
- [Themes](#Themes)
- [Sorting Algorithms](#Sorting-Algorithms)
- [Installation](#Installation)

## Themes
- Bars
- Bubbles
- Color Wheel
- Custom Image
- Rainbow Bars
- Spectrum

![Themes](https://user-images.githubusercontent.com/63204672/104782095-95c14f80-577b-11eb-8f99-578d8f01e092.png)

## Sorting Algorithms
- Bitonic Sort
- Bogo Sort
- Bubble Sort
- Circle Sort
- Cocktail Sort
- Comb Sort
- Gnome Sort
- Heap Sort
- Insertion Sort
- Intro Sort
- Merge Sort
- Odd-even Sort
- Pancake Sort
- Quick Sort
- Radix Sort
- Selection Sort
- Shell Sort
- Tim Sort

## Installation
### Download
[Latest Release](https://github.com/caydey/SortingAlgorithmsVisualised/releases/latest)
### Build
```
mvn install
java -jar SortingAlgorithmsVisualised.jar
```