Skip to content

Commit 1307324

Browse files
authored
Update README.md
1 parent ed02ff2 commit 1307324

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
# <a href="https://bappy4u.github.io/algorithm-visualizer/">Live Link</a>
44

5-
<h3>So far I've implemented two Sorting Algorithm only. But I'm planning to add more continuesly</h3>
5+
# What I used in this project
66

7-
<ol>
8-
<li><h3>Bubble Sort</h3></li>
9-
<li><h3>Selection Sort</h3></li>
7+
#### * JavaScript
8+
#### * Async & Await of javaScript
9+
#### * D3.js for data visualization
10+
#### * Algorithms
11+
#### * Html & CSS
1012

11-
</ol>
13+
14+
# Incomplete feature:
15+
16+
#### * Some more Sorting algorithms visualizations
17+
#### * Some Searching algorithms visualizations
18+
#### * Linked list visualization
19+
#### * Tree visualization
1220

1321
## UI
1422

0 commit comments

Comments
 (0)