Skip to content

limepixl/sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sorting-algorithms

Sorting algorithms visualized using SFML / C++.

Yes, these visualizers are plentiful on here but I wanted to give them a shot by doing one from scratch.

This project is a sort of 'intro to SFML' for me, so the code is messy, inefficient and probably could be changed and abstracted far more to make it on par with other visualizers out there.

If anyone wants to contribute by fixing any mistakes or improving upon anything in this project, feel free to open a pull request!

Inspired by this amazing project!

Note: All fast gifs are sped up by the same amount. The same goes for the slow gifs.

Bubble sort

Fast Bubble Sort

Slow Bubble Sort

Insertion sort

Fast Insertion Sort

Slow Insertion Sort

Selection sort

Fast Selection Sort

Slow Selection Sort

About

Sorting algorithms visualized using SFML / C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages