Skip to content

Commit dee7944

Browse files
authored
Update README.md
1 parent 33d9a6e commit dee7944

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

README.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,33 @@
11
# algorithm-visualizer
22

3-
# <a href="https://bappy4u.github.io/algorithm-visualizer/">Live Link</a>
3+
### <a href="https://bappy4u.github.io/algorithm-visualizer/">Live Link! <img src="https://user-images.githubusercontent.com/26277680/161445394-01bc2179-9fb4-4e57-9cd1-76c47e244ff6.png" data-canonical-src="https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png" width="15" height="auto" /></a>
44

5-
# What I've used in this project
5+
## Setup
66

7-
#### * JavaScript
8-
#### * Async & Await of javaScript
9-
#### * D3.js for data visualization
10-
#### * Algorithms
11-
#### * Html & CSS
7+
The first thing to do is to clone the repository:
128

9+
```sh
10+
$ git clone https://github.com/Bappy4u/algorithm-visualizer.git
11+
```
12+
Then open `index.html` in the browser. That's it
1313

14-
# Incomplete feature:
14+
### What I've used in this project
1515

16-
#### * Some more Sorting algorithms visualizations
17-
#### * Some Searching algorithms visualizations
18-
#### * Linked list visualization
19-
#### * Tree visualization
16+
* JavaScript
17+
* Async & Await function of javaScript
18+
* D3.js for data visualization
19+
* Algorithms
20+
* Html & CSS
2021

21-
## UI
22+
23+
### Incomplete feature:
24+
25+
* More Sorting algorithms visualizations
26+
* Searching algorithms visualizations
27+
* Linked list visualization
28+
* Tree visualization
29+
30+
###
2231

2332

2433
![algo visualizer](https://user-images.githubusercontent.com/26277680/149960216-7b9aff59-dcfc-4411-8d3a-93e6fd6a0b9a.png)

0 commit comments

Comments
 (0)