|
1 | 1 | # algorithm-visualizer
|
2 | 2 |
|
3 | | -# <a href="https://bappy4u.github.io/algorithm-visualizer/">Live Link</a> |
| 3 | +### <a href="https://bappy4u.github.io/algorithm-visualizer/">Live Link! <imgsrc="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> |
4 | 4 |
|
5 | | -<h3>So far I've implemented two Sorting Algorithm only. But I'm planning to add more continuesly</h3> |
| 5 | +## Setup |
6 | 6 |
|
7 | | -<ol> |
8 | | -<li><h3>Bubble Sort</h3></li> |
9 | | -<li><h3>Selection Sort</h3></li> |
| 7 | +The first thing to do is to clone the repository: |
10 | 8 |
|
11 | | -</ol> |
| 9 | +```sh |
| 10 | +$ git clone https://github.com/Bappy4u/algorithm-visualizer.git |
| 11 | +``` |
| 12 | +Then open `index.html` in the browser. That's it |
12 | 13 |
|
13 | | -## UI |
| 14 | +### What I've used in this project |
| 15 | + |
| 16 | +* JavaScript |
| 17 | +* Async & Await function of javaScript |
| 18 | +* D3.js for data visualization |
| 19 | +* Algorithms |
| 20 | +* Html & CSS |
| 21 | + |
| 22 | + |
| 23 | +### Incomplete feature: |
| 24 | + |
| 25 | +* More Sorting algorithms visualizations |
| 26 | +* Searching algorithms visualizations |
| 27 | +* Linked list visualization |
| 28 | +* Tree visualization |
| 29 | + |
| 30 | +### |
14 | 31 |
|
15 | 32 |
|
16 | 33 | 
|
0 commit comments