/sort-visualization-v2

This is the reimagined version of sorting algorithm visualization app. I've learnt so may things throughout building this project. I am planning to add more functions later!

Primary LanguageC++

Sorting Algorithm Visualizer V2

This is my sorting algorithm visualizer. I've learned to work with classes, headers and project managment. This project was mainly created for educational purposes but tured out to be a good project!

For now these sorting algorithms are implemented:

  • Insertion Sort
  • Cocktail Sort (Shaker)

Demo


TODO:

  • Comparisons counter
  • Approx. time of sort
  • More sorting algorithms implemented
  • Visualization controls (pause/change algorithm/repeat etc.)?!
  • ...