File tree Expand file tree Collapse file tree 5 files changed +47
-1
lines changed Expand file tree Collapse file tree 5 files changed +47
-1
lines changed Original file line number Diff line number Diff line change 11# Sorting Visualizer
22
3- A * sorting visualizer* app in flutter.
3+ A * sorting visualizer* app in flutter. It visualize the sorting algorithm by sorting the bars
4+ in ascending order. In this application how the elements change their position is being displayed.
5+
6+ ## Sorting Algorithms
7+
8+ - Bubble Sort
9+ - Insertion Sort
10+ - Selection Sort
11+ - Merge Sort
12+ - Quick Sort
13+
14+ ## Features
15+
16+ - Visualize 2 to 1000 elements
17+ - Change the speed of the sorting
18+ - Interacting elements are displayed in different colors
19+ - Change theme to * light* or * dark*
20+ - Selected theme is remembered between start ups
21+
22+ ## Demo
23+
24+ > Light Theme
25+
26+ <p align =" center " >
27+ <img alt="Desktop Light" src="assets/demos/light_web.gif" height="384" width="512" hspace="10" vspace="10">
28+ <img alt="Mobile Light" src="assets/demos/light_mobile.gif" height="384" width="335" hspace="10" vspace="10">
29+ </p >
30+
31+ > Dark Theme
32+
33+ <p align =" center " >
34+ <img alt="Desktop Dark" src="assets/demos/dark_web.gif" height="384" width="512" hspace="10" vspace="10">
35+ <img alt="Mobile Dark" src="assets/demos/dark_mobile.gif" height="384" width="335" hspace="10" vspace="10">
36+ </p >
37+
38+ ## Libraries Used
39+ - [ provider] ( https://pub.dev/packages/provider )
40+ - [ flutter_bloc] ( https://pub.dev/packages/flutter_bloc )
41+ - [ hydrated_bloc] ( https://pub.dev/packages/hydrated_bloc )
42+
43+ ## How to use
44+
45+ Download the apk from [ here] ( ) .
46+
47+ Or visit the website [ here] ( https://ritamchakraborty.github.io/sorting_visualizer/#/ ) .
48+
49+
You can’t perform that action at this time.
0 commit comments