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
- Host: GitHub
- URL: https://github.com/ilyachichkov/sorting-algorithms
- Owner: IlyaChichkov
- Created: 2023-08-15T09:45:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T09:58:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T21:27:38.519Z (5 months ago)
- Topics: cpp, imgui, sfml, sort-visualization
- Language: C++
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting-algorithms
## Table of contents
- [Overview](#overview)
- [My process](#my-process)
- [Built with](#built-with)
- [Credits](#credits)## Overview

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])