Skip to content

Commit ec8c436

Browse files
author
Ritam Chakraborty
committed
Update README for release
1 parent c4bf0f6 commit ec8c436

File tree

5 files changed

+47
-1
lines changed

5 files changed

+47
-1
lines changed

README.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
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+

assets/demos/dark_mobile.gif

729 KB
Loading

assets/demos/dark_web.gif

498 KB
Loading

assets/demos/light_mobile.gif

1.04 MB
Loading

assets/demos/light_web.gif

965 KB
Loading

0 commit comments

Comments
 (0)