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

https://github.com/ilyachichkov/sorting-algorithms

Simple sorting visualization with SFML
https://github.com/ilyachichkov/sorting-algorithms

cpp imgui sfml sort-visualization

Last synced: 3 months ago
JSON representation

Simple sorting visualization with SFML

Awesome Lists containing this project

README

        

# Sorting-algorithms

## Table of contents

- [Overview](#overview)
- [My process](#my-process)
- [Built with](#built-with)
- [Credits](#credits)

## Overview

![](./.github-media/showcase.gif)

Simple app showing different sorting algorithms.

- Change dataset length
- Regulate sort step speed

### Sort algorithms:

- Quick sort
- Bubble sort
- Heap sort

## My process

### Built with

- C++
- Makefile
- [SFML](https://github.com/SFML/SFML)
- [ImGui](https://github.com/ocornut/imgui)

## Credits

[Github](https://github.com/IlyaChichkov)
[Email](mailto:[email protected])