Skip to content

Commit 65f2170

Browse files
committed
Modified Readme
1 parent 455d75e commit 65f2170

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

Assets/homepage.JPG

49 KB
Loading

Assets/pathfinder.JPG

287 KB
Loading

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
1+
![](\Assets\homepage.JPG)
2+
13
# Algorithm Visualizer
24

3-
A better visualization of different algorithms made with React. Limk to site: https://tamimehsan.github.io/AlgorithmVisualizer/
5+
6+
7+
A better visualization of different algorithms made with React.
8+
9+
Visit : https://tamimehsan.github.io/AlgorithmVisualizer/
10+
411
This is made to be the second version of my previous pathfinding project made with C++ igraphics. But then added some more visualizations too.
512

6-
So far there are 6 segemets
13+
So far there are 6 segments
714
- Pathfinder
815
- Prime Numbers
916
- Sorting Algorithms
1017
- N Queen
1118
- Convex Hull
1219
- Binary Search Game
1320

14-
I have implemented a total of 13 algorithms so far. And will try to add more later.
15-
ALgorithms implemented yet so far are
21+
I have implemented a total of `14 algorithms` so far. And will try to add more later.
22+
23+
## Algorithms implemented
24+
1625
- DFS
1726
- BFS
18-
- Djsktra
27+
- Dijkstra
1928
- Recursive Maze Creation
2029
- Bubble sort
2130
- Selection sort
@@ -27,5 +36,8 @@ ALgorithms implemented yet so far are
2736
- N Queen Backtracking
2837
- Graham Scan for Convex Hull
2938
- Binary Search
39+
40+
41+
3042
I am not sure if anyone would like to contribute to this project or not. But any kind of contributions are welcomes. Also if you like this please star this repo. It keeps me motivated.
3143

0 commit comments

Comments
 (0)