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
- Host: GitHub
- URL: https://github.com/caydey/sortingalgorithmsvisualised
- Owner: caydey
- Created: 2020-11-23T11:26:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T21:52:36.000Z (over 5 years ago)
- Last Synced: 2025-03-26T15:05:06.507Z (over 1 year ago)
- Topics: java, sorting-algorithms
- Language: Java
- Homepage:
- Size: 249 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting Algorithms Visualised
## A visual representation of various sorting algorithms with Java using the Swing framework

## Table of contents
- [Themes](#Themes)
- [Sorting Algorithms](#Sorting-Algorithms)
- [Installation](#Installation)
## Themes
- Bars
- Bubbles
- Color Wheel
- Custom Image
- Rainbow Bars
- Spectrum

## 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
```