Skip to content

AIRTucha/SortVis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SortVis

SVG based visualisation of sorting algorithms:

  • Bubble sort
  • Selection sort
  • Coctail Shacke
  • Insert sort
  • Merge sort
  • Quick sort
  • Heap sort

DEMO: airtucha.github.io/SortVis

Made by Alexey Tukalo for Savonia UAS Advanced Algorithms and Data Structures course work.