dusanerdeljan / sorting-algorithms-visualization

Sorting algorithms visualization made using olcPixelGameEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Sorting algorithms visualization made using olcPixelGameEngine

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%