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

https://github.com/dxrcy/sorting

Terminal-based sorting algorithm visualizer
https://github.com/dxrcy/sorting

Last synced: 3 months ago
JSON representation

Terminal-based sorting algorithm visualizer

Awesome Lists containing this project

README

        

# Sorting Algorithms

A terminal-based sorting algorithm visualizer, written in Rust.

Supported algorithms (defined in `src/sorts/`):

- Bubble sort
- Insertion sort
- Merge sort
- Quick sort
- Selection sort
- Shell sort

Algorithms must be written as an generator function (using the `generator` crate).

![Screenshot](./screenshot.png)