File tree Expand file tree Collapse file tree 1 file changed +24
-7
lines changed Expand file tree Collapse file tree 1 file changed +24
-7
lines changed Original file line number Diff line number Diff line change 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- < h3 >So far I've implemented two Sorting Algorithm only. But I'm planning to add more continuesly</ h3 >
5+ ## Setup
66
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:
108
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
1213
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+ ###
1431
1532
1633![ algo visualizer] ( https://user-images.githubusercontent.com/26277680/149960216-7b9aff59-dcfc-4411-8d3a-93e6fd6a0b9a.png )
You can’t perform that action at this time.
0 commit comments