We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765d4ed commit 549aebfCopy full SHA for 549aebf
README.md
@@ -2,13 +2,21 @@
2
3
# <a href="https://bappy4u.github.io/algorithm-visualizer/">Live Link</a>
4
5
-<h3>So far I've implemented two Sorting Algorithm only. But I'm planning to add more continuesly</h3>
+# What I used in this project
6
7
-<ol>
8
-<li><h3>Bubble Sort</h3></li>
9
-<li><h3>Selection Sort</h3></li>
+#### * JavaScript
+#### * Async & Await of javaScript
+#### * D3.js for data visualization
10
+#### * Algorithms
11
+#### * Html & CSS
12
-</ol>
13
+
14
+# Incomplete feature:
15
16
+#### * Some more Sorting algorithms visualizations
17
+#### * Some Searching algorithms visualizations
18
+#### * Linked list visualization
19
+#### * Tree visualization
20
21
## UI
22
0 commit comments