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