https://github.com/dusanerdeljan/sorting-algorithms-visualization
Sorting algorithms visualization made using olcPixelGameEngine
https://github.com/dusanerdeljan/sorting-algorithms-visualization
bubble-sort cocktail-sort comb-sort gnome-sort heap-sort insertion-sort merge-sort odd-even-sort pancake-sort quick-sort selection-sort slow-sort sorting-algorithm-visualizations
Last synced: 3 months ago
JSON representation
Sorting algorithms visualization made using olcPixelGameEngine
- Host: GitHub
- URL: https://github.com/dusanerdeljan/sorting-algorithms-visualization
- Owner: dusanerdeljan
- License: gpl-3.0
- Created: 2020-02-08T16:10:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T19:06:21.000Z (over 5 years ago)
- Last Synced: 2025-04-08T15:52:34.974Z (6 months ago)
- Topics: bubble-sort, cocktail-sort, comb-sort, gnome-sort, heap-sort, insertion-sort, merge-sort, odd-even-sort, pancake-sort, quick-sort, selection-sort, slow-sort, sorting-algorithm-visualizations
- Language: C++
- Size: 6.28 MB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sorting-algorithms-visualization
Sorting algorithms visualization made using olcPixelGameEngine (Visual Studio 2015 Project)
Currently supported algorithms:
* Bubble sort
* Selection sort
* Insertion sort
* Merge sort
* Quick sort
* Heap sort
* Gnome sort
* Cocktail sort
* Pancake sort
* Brick sort (Odd-even sort)
* Comb sort
* Slow sort
## License
This program is free.
You can redistribute it and/or change it under the terms of **GNU General Public License version 3.0** (GPLv3).
You can find a copy of the license in the repository.