Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.26 KB

algorithm-visualizer Build Status CircleCI Build Status Scrutinizer Code Quality

Visualization of sorting algorithms. Inspired by this video

Demo

Implemented algorithms

  • Bitonic sort
  • Bubble sort
  • Bucket sort
  • Cocktail sort
  • Comb sort
  • Counting sort
  • Cycle sort
  • Gnome sort
  • Heap sort
  • Insertion sort
  • Merge sort
  • Quick sort
  • Pancake sort
  • Radix sort
  • Selection sort
  • Shell sort
  • Strand sort
  • Tim sort