A mobile application that visualizes various sorting algorithms such as Bubble sort, selection sort, quick sort, etc. The sorting process is visualized as the rearrangement of vertical lines of different lengths from the shortest to the tallest.
Sorting Visualiser
This is a simple sorting visualization app built using the flutter framework. The user can select sorting algorithms like the Bubble sort, Selection sort, Insertion sort, Quicksort, etc. to be visualized using an array of vertically drawn lines on the screen.
Currently, 4 sorting algorithms namely bubble sort, selection sort, Insertion sort, and quick sort have been implemented
Steps to run: Install Git and the Flutter sdk. Copy the URL provided in the clone or download button above. Navigate to a directory of your choice and run ‘git clone THE_COPIED URL’. Plugin your phone via USB (Make sure usb debugging is turned on) or install an android emulator of your choice and have it running. run command ‘flutter run’
Screens
Download Flutter Sorting Visualiser Source Code on GitHub
https://github.com/vineet192/Sorting-Visualiser
Provides the list of the opensource Flutter apps collection with GitHub repository.