Skip to content

Commit 37942d2

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d2237b5 + 7fa5f9f commit 37942d2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Algorithm Visualizer
2+
3+
Algorithm Visualizer is an Android application that allows you to visualize sorting algorithms in action, making learning algorithms more accessible and engaging.
4+
5+
**Note: This project was developed within a one-week timeframe and is currently a work in progress. I'm actively working on adding new features and improvements.**
6+
7+
### Design
8+
9+
Design made by me 🤓 - [Figma link](https://www.figma.com/file/uUFp2SV1tB9KIEPW3HwRzK/Algorithm-Visualizer?type=design&node-id=83%3A78&mode=design&t=aIhs2dM5Onn9DCst-1)
10+
11+
![Section 11](https://github.com/guiBrisson/algorithm-visualizer/assets/54915600/31cd9039-ee7f-411d-b9e5-025b4f265dd2)
12+
13+
### Demo
14+
[![Watch the video](https://github.com/guiBrisson/algorithm-visualizer/assets/54915600/d5dc612f-fafd-48ce-8784-03b2c83cc7dc)](https://github.com/guiBrisson/algorithm-visualizer/assets/54915600/5c75007e-5fae-407c-9fc3-19ec5bedc185)
15+
16+
### Installation
17+
18+
You can install Algorithm Visualizer by following these steps:
19+
20+
1. Clone this repository
21+
```shell
22+
git clone https://github.com/guiBrisson/algorithm-visualizer.git
23+
```
24+
2. Open the project in Android Studio.
25+
3. Build and run the app on your Android device or emulator.

0 commit comments

Comments
 (0)