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

https://github.com/crisszkutnik/sortingvisualizer-v2

A simple sorting algorithms visualizer.
https://github.com/crisszkutnik/sortingvisualizer-v2

computer-science sorting-algorithms typescript

Last synced: about 1 year ago
JSON representation

A simple sorting algorithms visualizer.

Awesome Lists containing this project

README

          

# Sorting visualizer

Web app which provides a visual representation of sorting algorithms. It currently has support for:
- Bubble sort
- Insertion sort
- Selection sort
- Cocktail sort

This repo is an improved version of my very old [sorting visualizer](https://github.com/crisszkutnik/sortingvisualizer)