Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 405 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 405 Bytes

Visual Sorting

Sorting Algorithms visualized step by step. The gif is an example of comb sort.

Sorting algorithms implemented:

  • Bubble sort
  • Comb sort
  • Heap sort
  • Insertion sort
  • Merge sort
  • Quick sort
  • Selection sort
  • Shell sort
  • Tree sort

Additional notes

  • There are many configurable options through options.txt.