Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 344 Bytes

File metadata and controls

18 lines (12 loc) · 344 Bytes

Sorting Algorithm Visualizer

A Flutter project to examine what sorting algorithms are doing.

Can change the number of items in the list, speed, and algorithm

To run in debug mode: flutter run -d [device]

Algorithms included:

  • Selection Sort
  • Insertion Sort
  • Merge Sort
  • Bubble Sort
  • Quick Sort
  • Tim Sort