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

This is a collection of some sorting algorithms and a visualization.

License

Notifications You must be signed in to change notification settings

timgrohmann/sorting-algorithms-visualized

Repository files navigation

sorting-algorithms-visualized

This package is a collection of some sorting algortithms (currently BubbleSort, QuickSort and InsertionSort) including a visualization to help understand how they work. Sorting-algorithms-visualized is written in Java using the Processing Library.

Based on Processing

Warning: This package is based on the open-source project Processing and is currently designed to work with ver3.2.3. Please download the Processing Development Environment (PDE) here

Easy extendability

This package includes an abstract class you can extend yourself to implement new algorithms. If you feel like adding some, please go ahead and open a pull request to share your code with the rest of us.

Generic

This package uses Java's Generics so it basically works with any class implementing the Comparable<T> protocol.

screenshot

About

This is a collection of some sorting algorithms and a visualization.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published