A flutter project that helps you visualise various sorting algorithms.
A sorting visualizer that visualises different sorting algorithms on an array of bar graph, as the human brain learns better from visuals, so a person by simply observing the pattern can differentiate between them. This app runs both as web and mobile application.
Checkout the web app here
Download the mobile app from here
Tech Stack: Flutter, Dart
- Merge Sort
- Quick Sort
- Selection Sort
- Bubble Sort
- Insertion Sort
- Heap Sort
- Change the size of the array
- Control the duration of sorting
- Randomize the array
- Change the color of bar graph